#B8A628

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

Shades of Earls Green #B8A628

Tints of Earls Green #B8A628

Color information

#B8A628 (or 0xB8A628) is unknown color: approx Earls Green. HEX triplet: B8, A6 and 28. RGB value is (184,166,40). Sum of RGB (Red+Green+Blue) = 184+166+40=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A628 is #4759D7. Grayscale: #9D9D9D. Windows color (decimal): -4676056 or 2664120. OLE color: 2664120.

HSL color Cylindrical-coordinate representation of color #B8A628: hue angle of 52.5º 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 #B8A628 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB18416640-
CMYK00.100.780.28
HSL52.5º64.29%43.92%-
HSV(B)52.5º78.26%72.16%-
XYZ33.7937.627.49-
YUV157.0261.96147.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 40 (16.02% from 255) = 10.26%
R=47.18%
G=42.56%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841664000.100.780.2852.564.2943.92
HexB8A6280A4E1C34402c
Octal27024650012116346410054
Binary1011100010100110101000010101001110111001101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A628; }

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

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

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

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

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

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

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

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