#BFAE1D

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

Shades of Earls Green #BFAE1D

Tints of Earls Green #BFAE1D

Color information

#BFAE1D (or 0xBFAE1D) is unknown color: approx Earls Green. HEX triplet: BF, AE and 1D. RGB value is (191,174,29). Sum of RGB (Red+Green+Blue) = 191+174+29=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAE1D is #4051E2. Grayscale: #A3A3A3. Windows color (decimal): -4215267 or 1945279. OLE color: 1945279.

HSL color Cylindrical-coordinate representation of color #BFAE1D: hue angle of 53.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFAE1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19117429-
CMYK00.090.850.25
HSL53.7º73.64%43.14%-
HSV(B)53.7º84.82%74.9%-
XYZ36.8441.447.22-
YUV162.5552.63148.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 29 (11.72% from 255) = 7.36%
R=48.48%
G=44.16%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911742900.090.850.2553.773.6443.14
HexBFAE1D095519364a2b
Octal27725635011125316611253
Binary101111111010111011101010011010101110011101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE1D; }

 p { color: rgb(191,174,29); }

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

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

 a { background-color: rgb(191,174,29); }

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

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

 span { border-color: rgb(191,174,29); }

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