Html Css Color HEX #9FA388 Locust

📋 copy color: '#9FA388'

red 159 ◦ green 163 ◦ blue 136

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

Shades of Locust #9FA388

Tints of Locust #9FA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 34.72%
G = 35.59%
B = 29.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#9FA388 (or 0x9FA388) is known color: Locust. HEX triplet: 9F, A3 and 88. RGB value is (159,163,136). Sum of RGB (Red+Green+Blue) = 159+163+136=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA388 is #605C77. Grayscale: #9E9E9E. Windows color (decimal): -6315128 or 8954783. OLE color: 8954783.

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

Color convert

RGB 159 163 136 -
CMYK 0.02 0 0.17 0.36
HSL 68.89º 0.13% 0.59% -
HSV(B) 68.89º 0.17% 0.64% -
XYZ 31.84 35.34 28.44 -
YUV 158.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 159 163 136 0.02 0 0.17 0.36 68.89 0.13 0.59
Hex 9F A3 88 2 0 11 24 45 D 3B
Octal 237 243 210 2 0 21 44 105 15 73
Binary 10011111 10100011 10001000 10 0 10001 100100 1000101 1101 111011

Color Harmonies of #9FA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA388

Black with #9FA388

Text Example


Text Example

White with #9FA388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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