#BBBA2E

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

Shades of Earls Green #BBBA2E

Tints of Earls Green #BBBA2E

Color information

#BBBA2E (or 0xBBBA2E) is unknown color: approx Earls Green. HEX triplet: BB, BA and 2E. RGB value is (187,186,46). Sum of RGB (Red+Green+Blue) = 187+186+46=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA2E is #4445D1. Grayscale: #AAAAAA. Windows color (decimal): -4474322 or 3062459. OLE color: 3062459.

HSL color Cylindrical-coordinate representation of color #BBBA2E: hue angle of 59.57º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBBA2E is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18718646-
CMYK00.010.750.27
HSL59.57º60.52%45.69%-
HSV(B)59.57º75.4%73.33%-
XYZ38.5545.889.41-
YUV170.3457.83139.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 46 (18.36% from 255) = 10.98%
R=44.63%
G=44.39%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871864600.010.750.2759.5760.5245.69
HexBBBA2E014B1B3c3d2e
Octal273272560111333747556
Binary101110111011101010111001100101111011111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA2E; }

 p { color: rgb(187,186,46); }

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

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

 a { background-color: rgb(187,186,46); }

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

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

 span { border-color: rgb(187,186,46); }

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