Html Css Color HEX #BBAF32 Earls Green

📋 copy color: '#BBAF32'

red 187 ◦ green 175 ◦ blue 50

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

Shades of Earls Green #BBAF32

Tints of Earls Green #BBAF32

RGB

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

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

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

R = 45.39%
G = 42.48%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAF32 (or 0xBBAF32) is known color: Earls Green. HEX triplet: BB, AF and 32. RGB value is (187,175,50). Sum of RGB (Red+Green+Blue) = 187+175+50=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF32 is #4450CD. Grayscale: #A4A4A4. Windows color (decimal): -4477134 or 3321787. OLE color: 3321787.

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

Color convert

RGB 187 175 50 -
CMYK 0 0.06 0.73 0.27
HSL 54.74º 0.58% 0.46% -
HSV(B) 54.74º 0.73% 0.73% -
XYZ 36.4 41.46 9.1 -
YUV 164.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 187 175 50 0 0.06 0.73 0.27 54.74 0.58 0.46
Hex BB AF 32 0 6 49 1B 37 3A 2E
Octal 273 257 62 0 6 111 33 67 72 56
Binary 10111011 10101111 110010 0 110 1001001 11011 110111 111010 101110

Color Harmonies of #BBAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF32

Black with #BBAF32

Text Example


Text Example

White with #BBAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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