#bbb72e

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

Shades of Earls Green #BBB72E

Tints of Earls Green #BBB72E

Color information

#BBB72E (or 0xBBB72E) is unknown color: approx Earls Green. HEX triplet: BB, B7 and 2E. RGB value is (187,183,46). Sum of RGB (Red+Green+Blue) = 187+183+46=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB72E is #4448D1. Grayscale: #A9A9A9. Windows color (decimal): -4475090 or 3061691. OLE color: 3061691.

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

Color convert

RGB18718346-
CMYK00.020.750.27
HSL58.3º60.52%45.69%-
HSV(B)58.3º75.4%73.33%-
XYZ37.9244.639.2-
YUV168.5858.83141.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 183 (71.88% from 255) = 43.99%
BLUE value IS 46 (18.36% from 255) = 11.06%
R=44.95%
G=43.99%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871834600.020.750.2758.360.5245.69
HexBBB72E024B1B3a3d2e
Octal273267560211333727556
Binary1011101110110111101110010100101111011111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbb72e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbb72e; }

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

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

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

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

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

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

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

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