Html Css Color HEX #BBAE32 Earls Green

📋 copy color: '#BBAE32'

red 187 ◦ green 174 ◦ blue 50

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

Shades of Earls Green #BBAE32

Tints of Earls Green #BBAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 45.5%
G = 42.34%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAE32 (or 0xBBAE32) is known color: Earls Green. HEX triplet: BB, AE and 32. RGB value is (187,174,50). Sum of RGB (Red+Green+Blue) = 187+174+50=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE32 is #4451CD. Grayscale: #A4A4A4. Windows color (decimal): -4477390 or 3321531. OLE color: 3321531.

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

Color convert

RGB 187 174 50 -
CMYK 0 0.07 0.73 0.27
HSL 54.31º 0.58% 0.46% -
HSV(B) 54.31º 0.73% 0.73% -
XYZ 36.21 41.07 9.04 -
YUV 163.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 187 174 50 0 0.07 0.73 0.27 54.31 0.58 0.46
Hex BB AE 32 0 7 49 1B 36 3A 2E
Octal 273 256 62 0 7 111 33 66 72 56
Binary 10111011 10101110 110010 0 111 1001001 11011 110110 111010 101110

Color Harmonies of #BBAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE32

Black with #BBAE32

Text Example


Text Example

White with #BBAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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