#BFAF1F

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

Shades of Earls Green #BFAF1F

Tints of Earls Green #BFAF1F

Color information

#BFAF1F (or 0xBFAF1F) is unknown color: approx Earls Green. HEX triplet: BF, AF and 1F. RGB value is (191,175,31). Sum of RGB (Red+Green+Blue) = 191+175+31=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF1F is #4050E0. Grayscale: #A3A3A3. Windows color (decimal): -4215009 or 2076607. OLE color: 2076607.

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

Color convert

RGB19117531-
CMYK00.080.840.25
HSL54º72.07%43.53%-
HSV(B)54º83.77%74.9%-
XYZ37.0641.847.42-
YUV163.3753.3147.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 31 (12.5% from 255) = 7.81%
R=48.11%
G=44.08%
B=7.81%

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
Decimal1911753100.080.840.255472.0743.53
HexBFAF1F08541936482c
Octal27725737010124316611054
Binary101111111010111111111010001010100110011101101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF1F; }

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

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

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

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

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

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

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

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