#BBAA1A

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

Shades of Earls Green #BBAA1A

Tints of Earls Green #BBAA1A

Color information

#BBAA1A (or 0xBBAA1A) is unknown color: approx Earls Green. HEX triplet: BB, AA and 1A. RGB value is (187,170,26). Sum of RGB (Red+Green+Blue) = 187+170+26=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA1A is #4455E5. Grayscale: #9F9F9F. Windows color (decimal): -4478438 or 1747643. OLE color: 1747643.

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

Color convert

RGB18717026-
CMYK00.090.860.27
HSL53.66º75.59%41.76%-
HSV(B)53.66º86.1%73.33%-
XYZ35.0539.396.73-
YUV158.6753.13148.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 26 (10.55% from 255) = 6.79%
R=48.83%
G=44.39%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871702600.090.860.2753.6675.5941.76
HexBBAA1A09561B364c2a
Octal27325232011126336611452
Binary101110111010101011010010011010110110111101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA1A; }

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

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

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

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

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

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

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

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