#ADB379

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

Shades of Locust #ADB379

Tints of Locust #ADB379

Color information

#ADB379 (or 0xADB379) is unknown color: approx Locust. HEX triplet: AD, B3 and 79. RGB value is (173,179,121). Sum of RGB (Red+Green+Blue) = 173+179+121=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB379 is #524C86. Grayscale: #AAAAAA. Windows color (decimal): -5393543 or 7975853. OLE color: 7975853.

HSL color Cylindrical-coordinate representation of color #ADB379: hue angle of 66.21º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB379 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB173179121-
CMYK0.0300.320.30
HSL66.21º27.62%58.82%-
HSV(B)66.21º32.4%70.2%-
XYZ36.842.524.35-
YUV170.59100.01129.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=36.58%
G=37.84%
B=25.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791210.0300.320.3066.2127.6258.82
HexADB37930201E421c3b
Octal2552631713040361023473
Binary1010110110110011111100111010000011110100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB379; }

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

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

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

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

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

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

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

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