#BFB92C

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

Shades of Earls Green #BFB92C

Tints of Earls Green #BFB92C

Color information

#BFB92C (or 0xBFB92C) is unknown color: approx Earls Green. HEX triplet: BF, B9 and 2C. RGB value is (191,185,44). Sum of RGB (Red+Green+Blue) = 191+185+44=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB92C is #4046D3. Grayscale: #ABABAB. Windows color (decimal): -4212436 or 2931135. OLE color: 2931135.

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

Color convert

RGB19118544-
CMYK00.030.770.25
HSL57.55º62.55%46.08%-
HSV(B)57.55º76.96%74.9%-
XYZ39.2945.969.18-
YUV170.7256.49142.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 185 (72.66% from 255) = 44.05%
BLUE value IS 44 (17.58% from 255) = 10.48%
R=45.48%
G=44.05%
B=10.48%

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
Decimal1911854400.030.770.2557.5562.5546.08
HexBFB92C034D193a3f2e
Octal277271540311531727756
Binary1011111110111001101100011100110111001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB92C; }

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

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

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

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

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

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

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

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