#BBA930

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

Shades of Earls Green #BBA930

Tints of Earls Green #BBA930

Color information

#BBA930 (or 0xBBA930) is unknown color: approx Earls Green. HEX triplet: BB, A9 and 30. RGB value is (187,169,48). Sum of RGB (Red+Green+Blue) = 187+169+48=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA930 is #4456CF. Grayscale: #A1A1A1. Windows color (decimal): -4478672 or 3189179. OLE color: 3189179.

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

Color convert

RGB18716948-
CMYK00.100.740.27
HSL52.23º59.15%46.08%-
HSV(B)52.23º74.33%73.33%-
XYZ35.2139.158.5-
YUV160.5964.46146.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 169 (66.41% from 255) = 41.83%
BLUE value IS 48 (19.14% from 255) = 11.88%
R=46.29%
G=41.83%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871694800.100.740.2752.2359.1546.08
HexBBA9300A4A1B343b2e
Octal2732516001211233647356
Binary101110111010100111000001010100101011011110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA930; }

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

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

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

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

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

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

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

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