#B4A717

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

Shades of Earls Green #B4A717

Tints of Earls Green #B4A717

Color information

#B4A717 (or 0xB4A717) is unknown color: approx Earls Green. HEX triplet: B4, A7 and 17. RGB value is (180,167,23). Sum of RGB (Red+Green+Blue) = 180+167+23=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A717 is #4B58E8. Grayscale: #9B9B9B. Windows color (decimal): -4937961 or 1550260. OLE color: 1550260.

HSL color Cylindrical-coordinate representation of color #B4A717: hue angle of 55.03º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4A717 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18016723-
CMYK00.070.870.29
HSL55.03º77.34%39.8%-
HSV(B)55.03º87.22%70.59%-
XYZ32.837.46.3-
YUV154.4753.81146.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 167 (65.62% from 255) = 45.14%
BLUE value IS 23 (9.38% from 255) = 6.22%
R=48.65%
G=45.14%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801672300.070.870.2955.0377.3439.8
HexB4A71707571D374d28
Octal2642472707127356711550
Binary10110100101001111011101111010111111011101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A717; }

 p { color: rgb(180,167,23); }

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

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

 a { background-color: rgb(180,167,23); }

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

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

 span { border-color: rgb(180,167,23); }

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