Html Css Color HEX #BBA61E Earls Green

📋 copy color: '#BBA61E'

red 187 ◦ green 166 ◦ blue 30

#BBA61E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BBA61E

Tints of Earls Green #BBA61E

RGB

 RED value IS 187 (73.44% from 255) = 48.83%

 GREEN value IS 166 (65.23% from 255) = 43.34%

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 48.83%
G = 43.34%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBA61E (or 0xBBA61E) is known color: Earls Green. HEX triplet: BB, A6 and 1E. RGB value is (187,166,30). Sum of RGB (Red+Green+Blue) = 187+166+30=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA61E is #4459E1. Grayscale: #9D9D9D. Windows color (decimal): -4479458 or 2008763. OLE color: 2008763.

HSL color Cylindrical-coordinate representation of color #BBA61E: hue angle of 51.97º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBA61E is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 30 -
CMYK 0 0.11 0.84 0.27
HSL 51.97º 0.72% 0.43% -
HSV(B) 51.97º 0.84% 0.73% -
XYZ 34.36 37.93 6.74 -
YUV 156.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 187 166 30 0 0.11 0.84 0.27 51.97 0.72 0.43
Hex BB A6 1E 0 B 54 1B 34 48 2B
Octal 273 246 36 0 13 124 33 64 110 53
Binary 10111011 10100110 11110 0 1011 1010100 11011 110100 1001000 101011

Color Harmonies of #BBA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA61E

Black with #BBA61E

Text Example


Text Example

White with #BBA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA61E; }

 p { color: rgb(187,166,30); }

 H1.HeaderClassName
 {
   color: #BBA61E;
 }
 .AnyTagClassName
 {
   color: #BBA61E;
 }
</style>

background-color css

<style>
 a { background-color: #BBA61E; }

 a { background-color: rgb(187,166,30); }

 div.DivClassName
 {
   background-color: #BBA61E;
 }
 .BgClassName
 {
   background-color: #BBA61E;
 }
</style>

border-color css

<style>
 span { border-color: #BBA61E; }

 span { border-color: rgb(187,166,30); }

 td.TdClassName
 {
   border-color: #BBA61E;
 }
 .TagClassName
 {
   border-color: #BBA61E;
 }
</style>