#BFB82C

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

Shades of Earls Green #BFB82C

Tints of Earls Green #BFB82C

Color information

#BFB82C (or 0xBFB82C) is unknown color: approx Earls Green. HEX triplet: BF, B8 and 2C. RGB value is (191,184,44). Sum of RGB (Red+Green+Blue) = 191+184+44=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB82C is #4047D3. Grayscale: #AAAAAA. Windows color (decimal): -4212692 or 2930879. OLE color: 2930879.

HSL color Cylindrical-coordinate representation of color #BFB82C: hue angle of 57.14º 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 #BFB82C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19118444-
CMYK00.040.770.25
HSL57.14º62.55%46.08%-
HSV(B)57.14º76.96%74.9%-
XYZ39.0845.549.11-
YUV170.1356.82142.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 184 (72.27% from 255) = 43.91%
BLUE value IS 44 (17.58% from 255) = 10.50%
R=45.58%
G=43.91%
B=10.50%

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
Decimal1911844400.040.770.2557.1462.5546.08
HexBFB82C044D19393f2e
Octal277270540411531717756
Binary10111111101110001011000100100110111001111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB82C; }

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

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

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

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

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

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

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

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