#B6A724

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

Shades of Earls Green #B6A724

Tints of Earls Green #B6A724

Color information

#B6A724 (or 0xB6A724) is unknown color: approx Earls Green. HEX triplet: B6, A7 and 24. RGB value is (182,167,36). Sum of RGB (Red+Green+Blue) = 182+167+36=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A724 is #4958DB. Grayscale: #9D9D9D. Windows color (decimal): -4806876 or 2402230. OLE color: 2402230.

HSL color Cylindrical-coordinate representation of color #B6A724: hue angle of 53.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6A724 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18216736-
CMYK00.080.800.29
HSL53.84º66.97%42.75%-
HSV(B)53.84º80.22%71.37%-
XYZ33.4337.717.19-
YUV156.5559.97146.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 36 (14.45% from 255) = 9.35%
R=47.27%
G=43.38%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821673600.080.800.2953.8466.9742.75
HexB6A72408501D36432b
Octal26624744010120356610353
Binary1011011010100111100100010001010000111011101101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A724; }

 p { color: rgb(182,167,36); }

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

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

 a { background-color: rgb(182,167,36); }

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

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

 span { border-color: rgb(182,167,36); }

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