Html Css Color HEX #BBAE18 Earls Green

📋 copy color: '#BBAE18'

red 187 ◦ green 174 ◦ blue 24

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

Shades of Earls Green #BBAE18

Tints of Earls Green #BBAE18

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

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

R = 48.57%
G = 45.19%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBAE18 (or 0xBBAE18) is known color: Earls Green. HEX triplet: BB, AE and 18. RGB value is (187,174,24). Sum of RGB (Red+Green+Blue) = 187+174+24=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE18 is #4451E7. Grayscale: #A1A1A1. Windows color (decimal): -4477416 or 1617595. OLE color: 1617595.

HSL color Cylindrical-coordinate representation of color #BBAE18: hue angle of 55.21º 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 #BBAE18 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 24 -
CMYK 0 0.07 0.87 0.27
HSL 55.21º 0.77% 0.41% -
HSV(B) 55.21º 0.87% 0.73% -
XYZ 35.79 40.9 6.87 -
YUV 160.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 187 174 24 0 0.07 0.87 0.27 55.21 0.77 0.41
Hex BB AE 18 0 7 57 1B 37 4D 29
Octal 273 256 30 0 7 127 33 67 115 51
Binary 10111011 10101110 11000 0 111 1010111 11011 110111 1001101 101001

Color Harmonies of #BBAE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE18

Black with #BBAE18

Text Example


Text Example

White with #BBAE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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