#B8A419

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

Shades of Earls Green #B8A419

Tints of Earls Green #B8A419

Color information

#B8A419 (or 0xB8A419) is unknown color: approx Earls Green. HEX triplet: B8, A4 and 19. RGB value is (184,164,25). Sum of RGB (Red+Green+Blue) = 184+164+25=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A419 is #475BE6. Grayscale: #9A9A9A. Windows color (decimal): -4676583 or 1680568. OLE color: 1680568.

HSL color Cylindrical-coordinate representation of color #B8A419: hue angle of 52.45º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8A419 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB18416425-
CMYK00.110.860.28
HSL52.45º76.08%40.98%-
HSV(B)52.45º86.41%72.16%-
XYZ33.2236.816.27-
YUV154.1355.13149.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 25 (10.16% from 255) = 6.70%
R=49.33%
G=43.97%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841642500.110.860.2852.4576.0840.98
HexB8A4190B561C344c29
Octal27024431013126346411451
Binary101110001010010011001010111010110111001101001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A419; }

 p { color: rgb(184,164,25); }

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

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

 a { background-color: rgb(184,164,25); }

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

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

 span { border-color: rgb(184,164,25); }

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