#b1a42b

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

Shades of Earls Green #B1A42B

Tints of Earls Green #B1A42B

Color information

#B1A42B (or 0xB1A42B) is unknown color: approx Earls Green. HEX triplet: B1, A4 and 2B. RGB value is (177,164,43). Sum of RGB (Red+Green+Blue) = 177+164+43=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A42B is #4E5BD4. Grayscale: #9A9A9A. Windows color (decimal): -5135317 or 2860209. OLE color: 2860209.

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

Color convert

RGB17716443-
CMYK00.070.760.31
HSL54.18º60.91%43.14%-
HSV(B)54.18º75.71%69.41%-
XYZ31.8436.077.57-
YUV154.0965.31144.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 43 (17.19% from 255) = 11.20%
R=46.09%
G=42.71%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771644300.070.760.3154.1860.9143.14
HexB1A42B074C1F363d2b
Octal261244530711437667553
Binary10110001101001001010110111100110011111110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1a42b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1a42b; }

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

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

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

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

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

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

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

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