Html Css Color HEX #BBAF18 Earls Green

📋 copy color: '#BBAF18'

red 187 ◦ green 175 ◦ blue 24

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

Shades of Earls Green #BBAF18

Tints of Earls Green #BBAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.34%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 48.45%
G = 45.34%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBAF18 (or 0xBBAF18) is known color: Earls Green. HEX triplet: BB, AF and 18. RGB value is (187,175,24). Sum of RGB (Red+Green+Blue) = 187+175+24=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF18 is #4450E7. Grayscale: #A1A1A1. Windows color (decimal): -4477160 or 1617851. OLE color: 1617851.

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

Color convert

RGB 187 175 24 -
CMYK 0 0.06 0.87 0.27
HSL 55.58º 0.77% 0.41% -
HSV(B) 55.58º 0.87% 0.73% -
XYZ 35.99 41.29 6.94 -
YUV 161.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 187 175 24 0 0.06 0.87 0.27 55.58 0.77 0.41
Hex BB AF 18 0 6 57 1B 38 4D 29
Octal 273 257 30 0 6 127 33 70 115 51
Binary 10111011 10101111 11000 0 110 1010111 11011 111000 1001101 101001

Color Harmonies of #BBAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF18

Black with #BBAF18

Text Example


Text Example

White with #BBAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF18; }

 p { color: rgb(187,175,24); }

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

background-color css

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

 a { background-color: rgb(187,175,24); }

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

border-color css

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

 span { border-color: rgb(187,175,24); }

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