#BFB72C

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

Shades of Earls Green #BFB72C

Tints of Earls Green #BFB72C

Color information

#BFB72C (or 0xBFB72C) is unknown color: approx Earls Green. HEX triplet: BF, B7 and 2C. RGB value is (191,183,44). Sum of RGB (Red+Green+Blue) = 191+183+44=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB72C is #4048D3. Grayscale: #AAAAAA. Windows color (decimal): -4212948 or 2930623. OLE color: 2930623.

HSL color Cylindrical-coordinate representation of color #BFB72C: hue angle of 56.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFB72C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19118344-
CMYK00.040.770.25
HSL56.73º62.55%46.08%-
HSV(B)56.73º76.96%74.9%-
XYZ38.8745.139.04-
YUV169.5557.15143.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 183 (71.88% from 255) = 43.78%
BLUE value IS 44 (17.58% from 255) = 10.53%
R=45.69%
G=43.78%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911834400.040.770.2556.7362.5546.08
HexBFB72C044D19393f2e
Octal277267540411531717756
Binary10111111101101111011000100100110111001111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB72C; }

 p { color: rgb(191,183,44); }

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

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

 a { background-color: rgb(191,183,44); }

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

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

 span { border-color: rgb(191,183,44); }

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