Html Css Color HEX #9FA882 Locust

📋 copy color: '#9FA882'

red 159 ◦ green 168 ◦ blue 130

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

Shades of Locust #9FA882

Tints of Locust #9FA882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

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

R = 34.79%
G = 36.76%
B = 28.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#9FA882 (or 0x9FA882) is known color: Locust. HEX triplet: 9F, A8 and 82. RGB value is (159,168,130). Sum of RGB (Red+Green+Blue) = 159+168+130=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA882 is #60577D. Grayscale: #A1A1A1. Windows color (decimal): -6313854 or 8562847. OLE color: 8562847.

HSL color Cylindrical-coordinate representation of color #9FA882: hue angle of 74.21º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA882 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 168 130 -
CMYK 0.05 0 0.23 0.34
HSL 74.21º 0.18% 0.58% -
HSV(B) 74.21º 0.23% 0.66% -
XYZ 32.33 36.99 26.55 -
YUV 160.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 159 168 130 0.05 0 0.23 0.34 74.21 0.18 0.58
Hex 9F A8 82 5 0 17 22 4A 12 3A
Octal 237 250 202 5 0 27 42 112 22 72
Binary 10011111 10101000 10000010 101 0 10111 100010 1001010 10010 111010

Color Harmonies of #9FA882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA882

Black with #9FA882

Text Example


Text Example

White with #9FA882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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