#BFBA2C

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

Shades of Earls Green #BFBA2C

Tints of Earls Green #BFBA2C

Color information

#BFBA2C (or 0xBFBA2C) is unknown color: approx Earls Green. HEX triplet: BF, BA and 2C. RGB value is (191,186,44). Sum of RGB (Red+Green+Blue) = 191+186+44=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA2C is #4045D3. Grayscale: #ABABAB. Windows color (decimal): -4212180 or 2931391. OLE color: 2931391.

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

Color convert

RGB19118644-
CMYK00.030.770.25
HSL57.96º62.55%46.08%-
HSV(B)57.96º76.96%74.9%-
XYZ39.546.389.25-
YUV171.3156.16142.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 44 (17.58% from 255) = 10.45%
R=45.37%
G=44.18%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911864400.030.770.2557.9662.5546.08
HexBFBA2C034D193a3f2e
Octal277272540311531727756
Binary1011111110111010101100011100110111001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA2C; }

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

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

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

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

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

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

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

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