Html Css Color HEX #9DA08B Lemon Grass

📋 copy color: '#9DA08B'

red 157 ◦ green 160 ◦ blue 139

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

Shades of Lemon Grass #9DA08B

Tints of Lemon Grass #9DA08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.09%

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 34.43%
G = 35.09%
B = 30.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#9DA08B (or 0x9DA08B) is known color: Lemon Grass. HEX triplet: 9D, A0 and 8B. RGB value is (157,160,139). Sum of RGB (Red+Green+Blue) = 157+160+139=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA08B is #625F74. Grayscale: #9C9C9C. Windows color (decimal): -6446965 or 9150621. OLE color: 9150621.

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

Color convert

RGB 157 160 139 -
CMYK 0.02 0 0.13 0.37
HSL 68.57º 0.1% 0.59% -
HSV(B) 68.57º 0.13% 0.63% -
XYZ 31.14 34.17 29.38 -
YUV 156.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 157 160 139 0.02 0 0.13 0.37 68.57 0.1 0.59
Hex 9D A0 8B 2 0 D 25 45 A 3B
Octal 235 240 213 2 0 15 45 105 12 73
Binary 10011101 10100000 10001011 10 0 1101 100101 1000101 1010 111011

Color Harmonies of #9DA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA08B

Black with #9DA08B

Text Example


Text Example

White with #9DA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,139); }

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

background-color css

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

 a { background-color: rgb(157,160,139); }

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

border-color css

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

 span { border-color: rgb(157,160,139); }

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