#B1AD30

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

Shades of Earls Green #B1AD30

Tints of Earls Green #B1AD30

Color information

#B1AD30 (or 0xB1AD30) is unknown color: approx Earls Green. HEX triplet: B1, AD and 30. RGB value is (177,173,48). Sum of RGB (Red+Green+Blue) = 177+173+48=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD30 is #4E52CF. Grayscale: #A0A0A0. Windows color (decimal): -5133008 or 3190193. OLE color: 3190193.

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

Color convert

RGB17717348-
CMYK00.020.730.31
HSL58.14º57.33%44.12%-
HSV(B)58.14º72.88%69.41%-
XYZ33.6139.458.64-
YUV159.9564.83140.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 173 (67.97% from 255) = 43.47%
BLUE value IS 48 (19.14% from 255) = 12.06%
R=44.47%
G=43.47%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771734800.020.730.3158.1457.3344.12
HexB1AD3002491F3a392c
Octal261255600211137727154
Binary1011000110101101110000010100100111111111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD30; }

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

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

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

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

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

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

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

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