Html Css Color HEX #9DA384 Locust

📋 copy color: '#9DA384'

red 157 ◦ green 163 ◦ blue 132

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

Shades of Locust #9DA384

Tints of Locust #9DA384

RGB

 RED value IS 157 (61.72% from 255) = 34.73%

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

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

R = 34.73%
G = 36.06%
B = 29.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9DA384 (or 0x9DA384) is known color: Locust. HEX triplet: 9D, A3 and 84. RGB value is (157,163,132). Sum of RGB (Red+Green+Blue) = 157+163+132=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA384 is #625C7B. Grayscale: #9D9D9D. Windows color (decimal): -6446204 or 8692637. OLE color: 8692637.

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

Color convert

RGB 157 163 132 -
CMYK 0.04 0 0.19 0.36
HSL 71.61º 0.14% 0.58% -
HSV(B) 71.61º 0.19% 0.64% -
XYZ 31.17 35.03 26.95 -
YUV 157.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 157 163 132 0.04 0 0.19 0.36 71.61 0.14 0.58
Hex 9D A3 84 4 0 13 24 48 E 3A
Octal 235 243 204 4 0 23 44 110 16 72
Binary 10011101 10100011 10000100 100 0 10011 100100 1001000 1110 111010

Color Harmonies of #9DA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA384

Black with #9DA384

Text Example


Text Example

White with #9DA384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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