#B4A629

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

Shades of Earls Green #B4A629

Tints of Earls Green #B4A629

Color information

#B4A629 (or 0xB4A629) is unknown color: approx Earls Green. HEX triplet: B4, A6 and 29. RGB value is (180,166,41). Sum of RGB (Red+Green+Blue) = 180+166+41=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A629 is #4B59D6. Grayscale: #9C9C9C. Windows color (decimal): -4938199 or 2729652. OLE color: 2729652.

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

Color convert

RGB18016641-
CMYK00.080.770.29
HSL53.96º62.9%43.33%-
HSV(B)53.96º77.22%70.59%-
XYZ32.8637.147.53-
YUV155.9463.14145.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 41 (16.41% from 255) = 10.59%
R=46.51%
G=42.89%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801664100.080.770.2953.9662.943.33
HexB4A629084D1D363f2b
Octal2642465101011535667753
Binary101101001010011010100101000100110111101110110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A629; }

 p { color: rgb(180,166,41); }

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

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

 a { background-color: rgb(180,166,41); }

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

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

 span { border-color: rgb(180,166,41); }

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