Html Css Color HEX #BBA814 Earls Green

📋 copy color: '#BBA814'

red 187 ◦ green 168 ◦ blue 20

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

Shades of Earls Green #BBA814

Tints of Earls Green #BBA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.8%

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 49.87%
G = 44.8%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA814 (or 0xBBA814) is known color: Earls Green. HEX triplet: BB, A8 and 14. RGB value is (187,168,20). Sum of RGB (Red+Green+Blue) = 187+168+20=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA814 is #4457EB. Grayscale: #9D9D9D. Windows color (decimal): -4478956 or 1353915. OLE color: 1353915.

HSL color Cylindrical-coordinate representation of color #BBA814: hue angle of 53.17º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA814 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 20 -
CMYK 0 0.10 0.89 0.27
HSL 53.17º 0.81% 0.41% -
HSV(B) 53.17º 0.89% 0.73% -
XYZ 34.62 38.62 6.29 -
YUV 156.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 187 168 20 0 0.10 0.89 0.27 53.17 0.81 0.41
Hex BB A8 14 0 A 59 1B 35 51 29
Octal 273 250 24 0 12 131 33 65 121 51
Binary 10111011 10101000 10100 0 1010 1011001 11011 110101 1010001 101001

Color Harmonies of #BBA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA814

Black with #BBA814

Text Example


Text Example

White with #BBA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA814; }

 p { color: rgb(187,168,20); }

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

background-color css

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

 a { background-color: rgb(187,168,20); }

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

border-color css

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

 span { border-color: rgb(187,168,20); }

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