#B1A42A

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

Shades of Earls Green #B1A42A

Tints of Earls Green #B1A42A

Color information

#B1A42A (or 0xB1A42A) is unknown color: approx Earls Green. HEX triplet: B1, A4 and 2A. RGB value is (177,164,42). Sum of RGB (Red+Green+Blue) = 177+164+42=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A42A is #4E5BD5. Grayscale: #9A9A9A. Windows color (decimal): -5135318 or 2794673. OLE color: 2794673.

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

Color convert

RGB17716442-
CMYK00.070.760.31
HSL54.22º61.64%42.94%-
HSV(B)54.22º76.27%69.41%-
XYZ31.8236.077.47-
YUV153.9864.81144.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 42 (16.80% from 255) = 10.97%
R=46.21%
G=42.82%
B=10.97%

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
Decimal1771644200.070.760.3154.2261.6442.94
HexB1A42A074C1F363e2b
Octal261244520711437667653
Binary10110001101001001010100111100110011111110110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A42A; }

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

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

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

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

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

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

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

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