Html Css Color HEX #9FA280 Locust

📋 copy color: '#9FA280'

red 159 ◦ green 162 ◦ blue 128

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

Shades of Locust #9FA280

Tints of Locust #9FA280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 35.41%
G = 36.08%
B = 28.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9FA280 (or 0x9FA280) is known color: Locust. HEX triplet: 9F, A2 and 80. RGB value is (159,162,128). Sum of RGB (Red+Green+Blue) = 159+162+128=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA280 is #605D7F. Grayscale: #9D9D9D. Windows color (decimal): -6315392 or 8430239. OLE color: 8430239.

HSL color Cylindrical-coordinate representation of color #9FA280: hue angle of 65.29º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA280 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 128 -
CMYK 0.02 0 0.21 0.36
HSL 65.29º 0.15% 0.57% -
HSV(B) 65.29º 0.21% 0.64% -
XYZ 31.11 34.77 25.49 -
YUV 157.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 159 162 128 0.02 0 0.21 0.36 65.29 0.15 0.57
Hex 9F A2 80 2 0 15 24 41 F 39
Octal 237 242 200 2 0 25 44 101 17 71
Binary 10011111 10100010 10000000 10 0 10101 100100 1000001 1111 111001

Color Harmonies of #9FA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA280

Black with #9FA280

Text Example


Text Example

White with #9FA280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,128); }

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

background-color css

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

 a { background-color: rgb(159,162,128); }

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

border-color css

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

 span { border-color: rgb(159,162,128); }

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