Html Css Color HEX #9FA384 Locust

📋 copy color: '#9FA384'

red 159 ◦ green 163 ◦ blue 132

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

Shades of Locust #9FA384

Tints of Locust #9FA384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 35.02%
G = 35.9%
B = 29.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9FA384 (or 0x9FA384) is known color: Locust. HEX triplet: 9F, A3 and 84. RGB value is (159,163,132). Sum of RGB (Red+Green+Blue) = 159+163+132=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA384 is #605C7B. Grayscale: #9E9E9E. Windows color (decimal): -6315132 or 8692639. OLE color: 8692639.

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

Color convert

RGB 159 163 132 -
CMYK 0.02 0 0.19 0.36
HSL 67.74º 0.14% 0.58% -
HSV(B) 67.74º 0.19% 0.64% -
XYZ 31.56 35.23 26.97 -
YUV 158.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 159 163 132 0.02 0 0.19 0.36 67.74 0.14 0.58
Hex 9F A3 84 2 0 13 24 44 E 3A
Octal 237 243 204 2 0 23 44 104 16 72
Binary 10011111 10100011 10000100 10 0 10011 100100 1000100 1110 111010

Color Harmonies of #9FA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA384

Black with #9FA384

Text Example


Text Example

White with #9FA384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,163,132); }

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

background-color css

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

 a { background-color: rgb(159,163,132); }

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

border-color css

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

 span { border-color: rgb(159,163,132); }

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