#B3AD23

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

Shades of Earls Green #B3AD23

Tints of Earls Green #B3AD23

Color information

#B3AD23 (or 0xB3AD23) is unknown color: approx Earls Green. HEX triplet: B3, AD and 23. RGB value is (179,173,35). Sum of RGB (Red+Green+Blue) = 179+173+35=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD23 is #4C52DC. Grayscale: #9F9F9F. Windows color (decimal): -5001949 or 2338227. OLE color: 2338227.

HSL color Cylindrical-coordinate representation of color #B3AD23: hue angle of 57.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3AD23 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17917335-
CMYK00.030.800.30
HSL57.5º67.29%41.96%-
HSV(B)57.5º80.45%70.2%-
XYZ33.8439.597.45-
YUV159.0657.99142.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 173 (67.97% from 255) = 44.70%
BLUE value IS 35 (14.06% from 255) = 9.04%
R=46.25%
G=44.70%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791733500.030.800.3057.567.2941.96
HexB3AD2303501E3a432a
Octal2632554303120367210352
Binary10110011101011011000110111010000111101110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD23; }

 p { color: rgb(179,173,35); }

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

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

 a { background-color: rgb(179,173,35); }

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

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

 span { border-color: rgb(179,173,35); }

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