#BFB42E

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

Shades of Earls Green #BFB42E

Tints of Earls Green #BFB42E

Color information

#BFB42E (or 0xBFB42E) is unknown color: approx Earls Green. HEX triplet: BF, B4 and 2E. RGB value is (191,180,46). Sum of RGB (Red+Green+Blue) = 191+180+46=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB42E is #404BD1. Grayscale: #A8A8A8. Windows color (decimal): -4213714 or 3060927. OLE color: 3060927.

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

Color convert

RGB19118046-
CMYK00.060.760.25
HSL55.45º61.18%46.47%-
HSV(B)55.45º75.92%74.9%-
XYZ38.343.929.04-
YUV168.0159.14144.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 46 (18.36% from 255) = 11.03%
R=45.80%
G=43.17%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911804600.060.760.2555.4561.1846.47
HexBFB42E064C19373d2e
Octal277264560611431677556
Binary10111111101101001011100110100110011001110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB42E; }

 p { color: rgb(191,180,46); }

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

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

 a { background-color: rgb(191,180,46); }

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

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

 span { border-color: rgb(191,180,46); }

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