Html Css Color HEX #BBAE29 Earls Green

📋 copy color: '#BBAE29'

red 187 ◦ green 174 ◦ blue 41

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

Shades of Earls Green #BBAE29

Tints of Earls Green #BBAE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.2%

R = 46.52%
G = 43.28%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBAE29 (or 0xBBAE29) is known color: Earls Green. HEX triplet: BB, AE and 29. RGB value is (187,174,41). Sum of RGB (Red+Green+Blue) = 187+174+41=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE29 is #4451D6. Grayscale: #A3A3A3. Windows color (decimal): -4477399 or 2731707. OLE color: 2731707.

HSL color Cylindrical-coordinate representation of color #BBAE29: hue angle of 54.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBAE29 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 41 -
CMYK 0 0.07 0.78 0.27
HSL 54.66º 0.64% 0.45% -
HSV(B) 54.66º 0.78% 0.73% -
XYZ 36.03 41 8.11 -
YUV 162.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 187 174 41 0 0.07 0.78 0.27 54.66 0.64 0.45
Hex BB AE 29 0 7 4E 1B 37 40 2D
Octal 273 256 51 0 7 116 33 67 100 55
Binary 10111011 10101110 101001 0 111 1001110 11011 110111 1000000 101101

Color Harmonies of #BBAE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE29

Black with #BBAE29

Text Example


Text Example

White with #BBAE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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