#bbac1a

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

Shades of Earls Green #BBAC1A

Tints of Earls Green #BBAC1A

Color information

#BBAC1A (or 0xBBAC1A) is unknown color: approx Earls Green. HEX triplet: BB, AC and 1A. RGB value is (187,172,26). Sum of RGB (Red+Green+Blue) = 187+172+26=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC1A is #4453E5. Grayscale: #A0A0A0. Windows color (decimal): -4477926 or 1748155. OLE color: 1748155.

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

Color convert

RGB18717226-
CMYK00.080.860.27
HSL54.41º75.59%41.76%-
HSV(B)54.41º86.1%73.33%-
XYZ35.4340.146.86-
YUV159.8452.47147.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=48.57%
G=44.68%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871722600.080.860.2754.4175.5941.76
HexBBAC1A08561B364c2a
Octal27325432010126336611452
Binary101110111010110011010010001010110110111101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbac1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbac1a; }

 p { color: rgb(187,172,26); }

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

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

 a { background-color: rgb(187,172,26); }

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

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

 span { border-color: rgb(187,172,26); }

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