Html Css Color HEX #BBB332 Earls Green

📋 copy color: '#BBB332'

red 187 ◦ green 179 ◦ blue 50

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

Shades of Earls Green #BBB332

Tints of Earls Green #BBB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.03%

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

R = 44.95%
G = 43.03%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBB332 (or 0xBBB332) is known color: Earls Green. HEX triplet: BB, B3 and 32. RGB value is (187,179,50). Sum of RGB (Red+Green+Blue) = 187+179+50=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB332 is #444CCD. Grayscale: #A7A7A7. Windows color (decimal): -4476110 or 3322811. OLE color: 3322811.

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

Color convert

RGB 187 179 50 -
CMYK 0 0.04 0.73 0.27
HSL 56.5º 0.58% 0.46% -
HSV(B) 56.5º 0.73% 0.73% -
XYZ 37.19 43.04 9.36 -
YUV 166.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 187 179 50 0 0.04 0.73 0.27 56.5 0.58 0.46
Hex BB B3 32 0 4 49 1B 38 3A 2E
Octal 273 263 62 0 4 111 33 70 72 56
Binary 10111011 10110011 110010 0 100 1001001 11011 111000 111010 101110

Color Harmonies of #BBB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB332

Black with #BBB332

Text Example


Text Example

White with #BBB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB332; }

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

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

background-color css

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

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

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

border-color css

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

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

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