#BBB432

Color #BBB432 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BBB432

Tints of Earls Green #BBB432

Color information

#BBB432 (or 0xBBB432) is unknown color: approx Earls Green. HEX triplet: BB, B4 and 32. RGB value is (187,180,50). Sum of RGB (Red+Green+Blue) = 187+180+50=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB432 is #444BCD. Grayscale: #A7A7A7. Windows color (decimal): -4475854 or 3323067. OLE color: 3323067.

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

Color convert

RGB18718050-
CMYK00.040.730.27
HSL56.93º57.81%46.47%-
HSV(B)56.93º73.26%73.33%-
XYZ37.3943.449.43-
YUV167.2761.82142.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 50 (19.92% from 255) = 11.99%
R=44.84%
G=43.17%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871805000.040.730.2756.9357.8146.47
HexBBB43204491B393a2e
Octal273264620411133717256
Binary10111011101101001100100100100100111011111001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB432; }

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

 H1.HeaderClassName
 {
   color: #BBB432;
 }
 .AnyTagClassName
 {
   color: #BBB432;
 }
</style>
background-color css

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

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

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

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

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

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