Html Css Color HEX #BBB032 Earls Green

📋 copy color: '#BBB032'

red 187 ◦ green 176 ◦ blue 50

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

Shades of Earls Green #BBB032

Tints of Earls Green #BBB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 45.28%
G = 42.62%
B = 12.11%

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

#BBB032 (or 0xBBB032) is known color: Earls Green. HEX triplet: BB, B0 and 32. RGB value is (187,176,50). Sum of RGB (Red+Green+Blue) = 187+176+50=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB032 is #444FCD. Grayscale: #A5A5A5. Windows color (decimal): -4476878 or 3322043. OLE color: 3322043.

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

Color convert

RGB 187 176 50 -
CMYK 0 0.06 0.73 0.27
HSL 55.18º 0.58% 0.46% -
HSV(B) 55.18º 0.73% 0.73% -
XYZ 36.59 41.85 9.17 -
YUV 164.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 187 176 50 0 0.06 0.73 0.27 55.18 0.58 0.46
Hex BB B0 32 0 6 49 1B 37 3A 2E
Octal 273 260 62 0 6 111 33 67 72 56
Binary 10111011 10110000 110010 0 110 1001001 11011 110111 111010 101110

Color Harmonies of #BBB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB032

Black with #BBB032

Text Example


Text Example

White with #BBB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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