#BFAE26

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

Shades of Earls Green #BFAE26

Tints of Earls Green #BFAE26

Color information

#BFAE26 (or 0xBFAE26) is unknown color: approx Earls Green. HEX triplet: BF, AE and 26. RGB value is (191,174,38). Sum of RGB (Red+Green+Blue) = 191+174+38=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAE26 is #4051D9. Grayscale: #A4A4A4. Windows color (decimal): -4215258 or 2535103. OLE color: 2535103.

HSL color Cylindrical-coordinate representation of color #BFAE26: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFAE26 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19117438-
CMYK00.090.800.25
HSL53.33º66.81%44.9%-
HSV(B)53.33º80.1%74.9%-
XYZ36.9741.497.89-
YUV163.5857.13147.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=47.39%
G=43.18%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911743800.090.800.2553.3366.8144.9
HexBFAE2609501935432d
Octal27725646011120316510355
Binary1011111110101110100110010011010000110011101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE26; }

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

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

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

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

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

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

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

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