#B8A828

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

Shades of Earls Green #B8A828

Tints of Earls Green #B8A828

Color information

#B8A828 (or 0xB8A828) is unknown color: approx Earls Green. HEX triplet: B8, A8 and 28. RGB value is (184,168,40). Sum of RGB (Red+Green+Blue) = 184+168+40=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A828 is #4757D7. Grayscale: #9E9E9E. Windows color (decimal): -4675544 or 2664632. OLE color: 2664632.

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

Color convert

RGB18416840-
CMYK00.090.780.28
HSL53.33º64.29%43.92%-
HSV(B)53.33º78.26%72.16%-
XYZ34.1538.357.61-
YUV158.1961.3146.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=46.94%
G=42.86%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841684000.090.780.2853.3364.2943.92
HexB8A828094E1C35402c
Octal27025050011116346510054
Binary1011100010101000101000010011001110111001101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A828; }

 p { color: rgb(184,168,40); }

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

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

 a { background-color: rgb(184,168,40); }

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

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

 span { border-color: rgb(184,168,40); }

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