#B8A726

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

Shades of Earls Green #B8A726

Tints of Earls Green #B8A726

Color information

#B8A726 (or 0xB8A726) is unknown color: approx Earls Green. HEX triplet: B8, A7 and 26. RGB value is (184,167,38). Sum of RGB (Red+Green+Blue) = 184+167+38=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A726 is #4758D9. Grayscale: #9D9D9D. Windows color (decimal): -4675802 or 2533304. OLE color: 2533304.

HSL color Cylindrical-coordinate representation of color #B8A726: hue angle of 53.01º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8A726 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18416738-
CMYK00.090.790.28
HSL53.01º65.77%43.53%-
HSV(B)53.01º79.35%72.16%-
XYZ33.9437.977.37-
YUV157.3860.63146.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=47.30%
G=42.93%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841673800.090.790.2853.0165.7743.53
HexB8A726094F1C35422c
Octal27024746011117346510254
Binary1011100010100111100110010011001111111001101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A726; }

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

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

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

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

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

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

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

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