#BBA023

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

Shades of Earls Green #BBA023

Tints of Earls Green #BBA023

Color information

#BBA023 (or 0xBBA023) is unknown color: approx Earls Green. HEX triplet: BB, A0 and 23. RGB value is (187,160,35). Sum of RGB (Red+Green+Blue) = 187+160+35=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA023 is #445FDC. Grayscale: #9A9A9A. Windows color (decimal): -4480989 or 2334907. OLE color: 2334907.

HSL color Cylindrical-coordinate representation of color #BBA023: hue angle of 49.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBA023 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18716035-
CMYK00.140.810.27
HSL49.34º68.47%43.53%-
HSV(B)49.34º81.28%73.33%-
XYZ33.3735.836.75-
YUV153.8260.95151.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 35 (14.06% from 255) = 9.16%
R=48.95%
G=41.88%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871603500.140.810.2749.3468.4743.53
HexBBA0230E511B31442c
Octal27324043016121336110454
Binary1011101110100000100011011101010001110111100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA023; }

 p { color: rgb(187,160,35); }

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

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

 a { background-color: rgb(187,160,35); }

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

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

 span { border-color: rgb(187,160,35); }

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