#BFA725

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

Shades of Earls Green #BFA725

Tints of Earls Green #BFA725

Color information

#BFA725 (or 0xBFA725) is unknown color: approx Earls Green. HEX triplet: BF, A7 and 25. RGB value is (191,167,37). Sum of RGB (Red+Green+Blue) = 191+167+37=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA725 is #4058DA. Grayscale: #9F9F9F. Windows color (decimal): -4217051 or 2467775. OLE color: 2467775.

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

Color convert

RGB19116737-
CMYK00.130.810.25
HSL50.65º67.54%44.71%-
HSV(B)50.65º80.63%74.9%-
XYZ35.6438.857.37-
YUV159.3658.95150.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 37 (14.84% from 255) = 9.37%
R=48.35%
G=42.28%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911673700.130.810.2550.6567.5444.71
HexBFA7250D511933442d
Octal27724745015121316310455
Binary1011111110100111100101011011010001110011100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA725; }

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

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

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

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

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

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

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

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