#BBA92D

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

Shades of Earls Green #BBA92D

Tints of Earls Green #BBA92D

Color information

#BBA92D (or 0xBBA92D) is unknown color: approx Earls Green. HEX triplet: BB, A9 and 2D. RGB value is (187,169,45). Sum of RGB (Red+Green+Blue) = 187+169+45=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA92D is #4456D2. Grayscale: #A0A0A0. Windows color (decimal): -4478675 or 2992571. OLE color: 2992571.

HSL color Cylindrical-coordinate representation of color #BBA92D: hue angle of 52.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA92D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18716945-
CMYK00.100.760.27
HSL52.39º61.21%45.49%-
HSV(B)52.39º75.94%73.33%-
XYZ35.1639.138.18-
YUV160.2562.96147.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=46.63%
G=42.14%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871694500.100.760.2752.3961.2145.49
HexBBA92D0A4C1B343d2d
Octal2732515501211433647555
Binary101110111010100110110101010100110011011110100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA92D; }

 p { color: rgb(187,169,45); }

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

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

 a { background-color: rgb(187,169,45); }

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

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

 span { border-color: rgb(187,169,45); }

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