#BFA826

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

Shades of Earls Green #BFA826

Tints of Earls Green #BFA826

Color information

#BFA826 (or 0xBFA826) is unknown color: approx Earls Green. HEX triplet: BF, A8 and 26. RGB value is (191,168,38). Sum of RGB (Red+Green+Blue) = 191+168+38=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA826 is #4057D9. Grayscale: #A0A0A0. Windows color (decimal): -4216794 or 2533567. OLE color: 2533567.

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

Color convert

RGB19116838-
CMYK00.120.800.25
HSL50.98º66.81%44.9%-
HSV(B)50.98º80.1%74.9%-
XYZ35.8439.227.52-
YUV160.0659.12150.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 38 (15.23% from 255) = 9.57%
R=48.11%
G=42.32%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911683800.120.800.2550.9866.8144.9
HexBFA8260C501933432d
Octal27725046014120316310355
Binary1011111110101000100110011001010000110011100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA826; }

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

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

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

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

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

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

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

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