#B1AD1A

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

Shades of Earls Green #B1AD1A

Tints of Earls Green #B1AD1A

Color information

#B1AD1A (or 0xB1AD1A) is unknown color: approx Earls Green. HEX triplet: B1, AD and 1A. RGB value is (177,173,26). Sum of RGB (Red+Green+Blue) = 177+173+26=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD1A is #4E52E5. Grayscale: #9E9E9E. Windows color (decimal): -5133030 or 1748401. OLE color: 1748401.

HSL color Cylindrical-coordinate representation of color #B1AD1A: hue angle of 58.41º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1AD1A is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17717326-
CMYK00.020.850.31
HSL58.41º74.38%39.8%-
HSV(B)58.41º85.31%69.41%-
XYZ33.2639.316.81-
YUV157.4453.83141.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 26 (10.55% from 255) = 6.91%
R=47.07%
G=46.01%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771732600.020.850.3158.4174.3839.8
HexB1AD1A02551F3a4a28
Octal2612553202125377211250
Binary1011000110101101110100101010101111111110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD1A; }

 p { color: rgb(177,173,26); }

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

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

 a { background-color: rgb(177,173,26); }

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

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

 span { border-color: rgb(177,173,26); }

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