#BFA726

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

Shades of Earls Green #BFA726

Tints of Earls Green #BFA726

Color information

#BFA726 (or 0xBFA726) is unknown color: approx Earls Green. HEX triplet: BF, A7 and 26. RGB value is (191,167,38). Sum of RGB (Red+Green+Blue) = 191+167+38=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA726 is #4058D9. Grayscale: #A0A0A0. Windows color (decimal): -4217050 or 2533311. OLE color: 2533311.

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

Color convert

RGB19116738-
CMYK00.130.800.25
HSL50.59º66.81%44.9%-
HSV(B)50.59º80.1%74.9%-
XYZ35.6538.857.45-
YUV159.4759.45150.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.23%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 38 (15.23% from 255) = 9.60%
R=48.23%
G=42.17%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911673800.130.800.2550.5966.8144.9
HexBFA7260D501933432d
Octal27724746015120316310355
Binary1011111110100111100110011011010000110011100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA726; }

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

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

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

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

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

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

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

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