Html Css Color HEX #9FA182 Locust

📋 copy color: '#9FA182'

red 159 ◦ green 161 ◦ blue 130

#9FA182
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #9FA182

Tints of Locust #9FA182

RGB

 RED value IS 159 (62.5% from 255) = 35.33%

 GREEN value IS 161 (63.28% from 255) = 35.78%

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 35.33%
G = 35.78%
B = 28.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#9FA182 (or 0x9FA182) is known color: Locust. HEX triplet: 9F, A1 and 82. RGB value is (159,161,130). Sum of RGB (Red+Green+Blue) = 159+161+130=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA182 is #605E7D. Grayscale: #9C9C9C. Windows color (decimal): -6315646 or 8561055. OLE color: 8561055.

HSL color Cylindrical-coordinate representation of color #9FA182: hue angle of 63.87º 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 #9FA182 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 130 -
CMYK 0.01 0 0.19 0.37
HSL 63.87º 0.14% 0.57% -
HSV(B) 63.87º 0.19% 0.63% -
XYZ 31.07 34.47 26.14 -
YUV 156.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 159 161 130 0.01 0 0.19 0.37 63.87 0.14 0.57
Hex 9F A1 82 1 0 13 25 40 E 39
Octal 237 241 202 1 0 23 45 100 16 71
Binary 10011111 10100001 10000010 1 0 10011 100101 1000000 1110 111001

Color Harmonies of #9FA182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA182

Black with #9FA182

Text Example


Text Example

White with #9FA182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA182;
 }
 .AnyTagClassName
 {
   color: #9FA182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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