#B6A429

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

Shades of Earls Green #B6A429

Tints of Earls Green #B6A429

Color information

#B6A429 (or 0xB6A429) is unknown color: approx Earls Green. HEX triplet: B6, A4 and 29. RGB value is (182,164,41). Sum of RGB (Red+Green+Blue) = 182+164+41=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A429 is #495BD6. Grayscale: #9B9B9B. Windows color (decimal): -4807639 or 2729142. OLE color: 2729142.

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

Color convert

RGB18216441-
CMYK00.100.770.29
HSL52.34º63.23%43.73%-
HSV(B)52.34º77.47%71.37%-
XYZ32.9736.667.44-
YUV155.3663.46147-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 41 (16.41% from 255) = 10.59%
R=47.03%
G=42.38%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821644100.100.770.2952.3463.2343.73
HexB6A4290A4D1D343f2c
Octal2662445101211535647754
Binary101101101010010010100101010100110111101110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A429; }

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

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

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

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

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

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

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

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