Html Css Color HEX #BBA815 Earls Green

📋 copy color: '#BBA815'

red 187 ◦ green 168 ◦ blue 21

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

Shades of Earls Green #BBA815

Tints of Earls Green #BBA815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 49.73%
G = 44.68%
B = 5.59%

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

#BBA815 (or 0xBBA815) is known color: Earls Green. HEX triplet: BB, A8 and 15. RGB value is (187,168,21). Sum of RGB (Red+Green+Blue) = 187+168+21=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA815 is #4457EA. Grayscale: #9D9D9D. Windows color (decimal): -4478955 or 1419451. OLE color: 1419451.

HSL color Cylindrical-coordinate representation of color #BBA815: hue angle of 53.13º degrees, saturation: 0.8, 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 #BBA815 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 21 -
CMYK 0 0.10 0.89 0.27
HSL 53.13º 0.8% 0.41% -
HSV(B) 53.13º 0.89% 0.73% -
XYZ 34.63 38.62 6.34 -
YUV 156.92 51.29 149.45 -
System Red Green Blue C M Y K H S L
Decimal 187 168 21 0 0.10 0.89 0.27 53.13 0.8 0.41
Hex BB A8 15 0 A 59 1B 35 50 29
Octal 273 250 25 0 12 131 33 65 120 51
Binary 10111011 10101000 10101 0 1010 1011001 11011 110101 1010000 101001

Color Harmonies of #BBA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA815

Black with #BBA815

Text Example


Text Example

White with #BBA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA815; }

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

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

background-color css

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

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

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

border-color css

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

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

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