#BFA526

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

Shades of Earls Green #BFA526

Tints of Earls Green #BFA526

Color information

#BFA526 (or 0xBFA526) is unknown color: approx Earls Green. HEX triplet: BF, A5 and 26. RGB value is (191,165,38). Sum of RGB (Red+Green+Blue) = 191+165+38=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA526 is #405AD9. Grayscale: #9E9E9E. Windows color (decimal): -4217562 or 2532799. OLE color: 2532799.

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

Color convert

RGB19116538-
CMYK00.140.800.25
HSL49.8º66.81%44.9%-
HSV(B)49.8º80.1%74.9%-
XYZ35.2938.137.33-
YUV158.360.11151.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 38 (15.23% from 255) = 9.64%
R=48.48%
G=41.88%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911653800.140.800.2549.866.8144.9
HexBFA5260E501932432d
Octal27724546016120316210355
Binary1011111110100101100110011101010000110011100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA526; }

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

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

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

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

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

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

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

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