#B6A425

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

Shades of Earls Green #B6A425

Tints of Earls Green #B6A425

Color information

#B6A425 (or 0xB6A425) is unknown color: approx Earls Green. HEX triplet: B6, A4 and 25. RGB value is (182,164,37). Sum of RGB (Red+Green+Blue) = 182+164+37=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A425 is #495BDA. Grayscale: #9B9B9B. Windows color (decimal): -4807643 or 2466998. OLE color: 2466998.

HSL color Cylindrical-coordinate representation of color #B6A425: hue angle of 52.55º degrees, saturation: 0.66, 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 #B6A425 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18216437-
CMYK00.100.800.29
HSL52.55º66.21%42.94%-
HSV(B)52.55º79.67%71.37%-
XYZ32.936.637.09-
YUV154.961.46147.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 37 (14.84% from 255) = 9.66%
R=47.52%
G=42.82%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821643700.100.800.2952.5566.2142.94
HexB6A4250A501D35422b
Octal26624445012120356510253
Binary1011011010100100100101010101010000111011101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A425; }

 p { color: rgb(182,164,37); }

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

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

 a { background-color: rgb(182,164,37); }

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

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

 span { border-color: rgb(182,164,37); }

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