#B1A429

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

Shades of Earls Green #B1A429

Tints of Earls Green #B1A429

Color information

#B1A429 (or 0xB1A429) is unknown color: approx Earls Green. HEX triplet: B1, A4 and 29. RGB value is (177,164,41). Sum of RGB (Red+Green+Blue) = 177+164+41=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A429 is #4E5BD6. Grayscale: #9A9A9A. Windows color (decimal): -5135319 or 2729137. OLE color: 2729137.

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

Color convert

RGB17716441-
CMYK00.070.770.31
HSL54.26º62.39%42.75%-
HSV(B)54.26º76.84%69.41%-
XYZ31.8136.067.38-
YUV153.8664.31144.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 41 (16.41% from 255) = 10.73%
R=46.34%
G=42.93%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771644100.070.770.3154.2662.3942.75
HexB1A429074D1F363e2b
Octal261244510711537667653
Binary10110001101001001010010111100110111111110110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A429; }

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

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

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

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

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

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

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

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