#9DA182

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

Shades of Locust #9DA182

Tints of Locust #9DA182

Color information

#9DA182 (or 0x9DA182) is unknown color: approx Locust. HEX triplet: 9D, A1 and 82. RGB value is (157,161,130). Sum of RGB (Red+Green+Blue) = 157+161+130=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA182 is #625E7D. Grayscale: #9C9C9C. Windows color (decimal): -6446718 or 8561053. OLE color: 8561053.

HSL color Cylindrical-coordinate representation of color #9DA182: hue angle of 67.74º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA182 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB157161130-
CMYK0.0200.190.37
HSL67.74º14.16%57.06%-
HSV(B)67.74º19.25%63.14%-
XYZ30.6834.2726.12-
YUV156.27113.17128.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=35.04%
G=35.94%
B=29.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571611300.0200.190.3767.7414.1657.06
Hex9DA18220132544e39
Octal2352412022023451041671
Binary1001110110100001100000101001001110010110001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA182; }

 p { color: rgb(157,161,130); }

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

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

 a { background-color: rgb(157,161,130); }

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

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

 span { border-color: rgb(157,161,130); }

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