#B1A629

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

Shades of Earls Green #B1A629

Tints of Earls Green #B1A629

Color information

#B1A629 (or 0xB1A629) is unknown color: approx Earls Green. HEX triplet: B1, A6 and 29. RGB value is (177,166,41). Sum of RGB (Red+Green+Blue) = 177+166+41=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A629 is #4E59D6. Grayscale: #9B9B9B. Windows color (decimal): -5134807 or 2729649. OLE color: 2729649.

HSL color Cylindrical-coordinate representation of color #B1A629: hue angle of 55.15º 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 #B1A629 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17716641-
CMYK00.060.770.31
HSL55.15º62.39%42.75%-
HSV(B)55.15º76.84%69.41%-
XYZ32.1736.787.5-
YUV155.0463.64143.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 41 (16.41% from 255) = 10.68%
R=46.09%
G=43.23%
B=10.68%

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
Decimal1771664100.060.770.3155.1562.3942.75
HexB1A629064D1F373e2b
Octal261246510611537677653
Binary10110001101001101010010110100110111111110111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A629; }

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

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

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

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

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

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

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

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