#BFB01F

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

Shades of Earls Green #BFB01F

Tints of Earls Green #BFB01F

Color information

#BFB01F (or 0xBFB01F) is unknown color: approx Earls Green. HEX triplet: BF, B0 and 1F. RGB value is (191,176,31). Sum of RGB (Red+Green+Blue) = 191+176+31=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB01F is #404FE0. Grayscale: #A4A4A4. Windows color (decimal): -4214753 or 2076863. OLE color: 2076863.

HSL color Cylindrical-coordinate representation of color #BFB01F: hue angle of 54.38º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFB01F is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19117631-
CMYK00.080.840.25
HSL54.38º72.07%43.53%-
HSV(B)54.38º83.77%74.9%-
XYZ37.2642.237.48-
YUV163.9652.97147.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 31 (12.5% from 255) = 7.79%
R=47.99%
G=44.22%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911763100.080.840.2554.3872.0743.53
HexBFB01F08541936482c
Octal27726037010124316611054
Binary101111111011000011111010001010100110011101101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB01F; }

 p { color: rgb(191,176,31); }

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

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

 a { background-color: rgb(191,176,31); }

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

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

 span { border-color: rgb(191,176,31); }

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