#BFA925

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

Shades of Earls Green #BFA925

Tints of Earls Green #BFA925

Color information

#BFA925 (or 0xBFA925) is unknown color: approx Earls Green. HEX triplet: BF, A9 and 25. RGB value is (191,169,37). Sum of RGB (Red+Green+Blue) = 191+169+37=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA925 is #4056DA. Grayscale: #A1A1A1. Windows color (decimal): -4216539 or 2468287. OLE color: 2468287.

HSL color Cylindrical-coordinate representation of color #BFA925: hue angle of 51.43º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFA925 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19116937-
CMYK00.120.810.25
HSL51.43º67.54%44.71%-
HSV(B)51.43º80.63%74.9%-
XYZ36.0139.597.49-
YUV160.5358.29149.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 37 (14.84% from 255) = 9.32%
R=48.11%
G=42.57%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911693700.120.810.2551.4367.5444.71
HexBFA9250C511933442d
Octal27725145014121316310455
Binary1011111110101001100101011001010001110011100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA925; }

 p { color: rgb(191,169,37); }

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

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

 a { background-color: rgb(191,169,37); }

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

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

 span { border-color: rgb(191,169,37); }

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