#B0A629

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

Shades of Earls Green #B0A629

Tints of Earls Green #B0A629

Color information

#B0A629 (or 0xB0A629) is unknown color: approx Earls Green. HEX triplet: B0, A6 and 29. RGB value is (176,166,41). Sum of RGB (Red+Green+Blue) = 176+166+41=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A629 is #4F59D6. Grayscale: #9B9B9B. Windows color (decimal): -5200343 or 2729648. OLE color: 2729648.

HSL color Cylindrical-coordinate representation of color #B0A629: hue angle of 55.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0A629 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17616641-
CMYK00.060.770.31
HSL55.56º62.21%42.55%-
HSV(B)55.56º76.7%69.02%-
XYZ31.9436.667.49-
YUV154.7463.81143.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 41 (16.41% from 255) = 10.70%
R=45.95%
G=43.34%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761664100.060.770.3155.5662.2142.55
HexB0A629064D1F383e2b
Octal260246510611537707653
Binary10110000101001101010010110100110111111111000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A629; }

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

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

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

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

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

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

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

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