#BBA830

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

Shades of Earls Green #BBA830

Tints of Earls Green #BBA830

Color information

#BBA830 (or 0xBBA830) is unknown color: approx Earls Green. HEX triplet: BB, A8 and 30. RGB value is (187,168,48). Sum of RGB (Red+Green+Blue) = 187+168+48=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA830 is #4457CF. Grayscale: #A0A0A0. Windows color (decimal): -4478928 or 3188923. OLE color: 3188923.

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

Color convert

RGB18716848-
CMYK00.100.740.27
HSL51.8º59.15%46.08%-
HSV(B)51.8º74.33%73.33%-
XYZ35.0338.788.44-
YUV16064.79147.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=46.40%
G=41.69%
B=11.91%

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
Decimal1871684800.100.740.2751.859.1546.08
HexBBA8300A4A1B343b2e
Octal2732506001211233647356
Binary101110111010100011000001010100101011011110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA830; }

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

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

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

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

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

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

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

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