#BFA626

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

Shades of Earls Green #BFA626

Tints of Earls Green #BFA626

Color information

#BFA626 (or 0xBFA626) is unknown color: approx Earls Green. HEX triplet: BF, A6 and 26. RGB value is (191,166,38). Sum of RGB (Red+Green+Blue) = 191+166+38=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA626 is #4059D9. Grayscale: #9F9F9F. Windows color (decimal): -4217306 or 2533055. OLE color: 2533055.

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

Color convert

RGB19116638-
CMYK00.130.800.25
HSL50.2º66.81%44.9%-
HSV(B)50.2º80.1%74.9%-
XYZ35.4738.497.39-
YUV158.8859.78150.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 38 (15.23% from 255) = 9.62%
R=48.35%
G=42.03%
B=9.62%

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
Decimal1911663800.130.800.2550.266.8144.9
HexBFA6260D501932432d
Octal27724646015120316210355
Binary1011111110100110100110011011010000110011100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA626; }

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

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

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

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

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

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

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

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