#BBA531

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

Shades of Earls Green #BBA531

Tints of Earls Green #BBA531

Color information

#BBA531 (or 0xBBA531) is unknown color: approx Earls Green. HEX triplet: BB, A5 and 31. RGB value is (187,165,49). Sum of RGB (Red+Green+Blue) = 187+165+49=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA531 is #445ACE. Grayscale: #9E9E9E. Windows color (decimal): -4479695 or 3253691. OLE color: 3253691.

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

Color convert

RGB18716549-
CMYK00.120.740.27
HSL50.43º58.47%46.27%-
HSV(B)50.43º73.8%73.33%-
XYZ34.537.78.36-
YUV158.3566.29148.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=46.63%
G=41.15%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871654900.120.740.2750.4358.4746.27
HexBBA5310C4A1B323a2e
Octal2732456101411233627256
Binary101110111010010111000101100100101011011110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA531; }

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

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

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

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

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

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

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

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