#BBB931

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

Shades of Earls Green #BBB931

Tints of Earls Green #BBB931

Color information

#BBB931 (or 0xBBB931) is unknown color: approx Earls Green. HEX triplet: BB, B9 and 31. RGB value is (187,185,49). Sum of RGB (Red+Green+Blue) = 187+185+49=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB931 is #4446CE. Grayscale: #AAAAAA. Windows color (decimal): -4474575 or 3258811. OLE color: 3258811.

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

Color convert

RGB18718549-
CMYK00.010.740.27
HSL59.13º58.47%46.27%-
HSV(B)59.13º73.8%73.33%-
XYZ38.445.489.66-
YUV170.0959.66140.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 49 (19.53% from 255) = 11.64%
R=44.42%
G=43.94%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871854900.010.740.2759.1358.4746.27
HexBBB931014A1B3b3a2e
Octal273271610111233737256
Binary101110111011100111000101100101011011111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB931; }

 p { color: rgb(187,185,49); }

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

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

 a { background-color: rgb(187,185,49); }

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

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

 span { border-color: rgb(187,185,49); }

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