Html Css Color HEX #9C9F8A Lemon Grass

📋 copy color: '#9C9F8A'

red 156 ◦ green 159 ◦ blue 138

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

Shades of Lemon Grass #9C9F8A

Tints of Lemon Grass #9C9F8A

RGB

 RED value IS 156 (61.33% from 255) = 34.44%

 GREEN value IS 159 (62.5% from 255) = 35.1%

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 34.44%
G = 35.1%
B = 30.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9C9F8A (or 0x9C9F8A) is known color: Lemon Grass. HEX triplet: 9C, 9F and 8A. RGB value is (156,159,138). Sum of RGB (Red+Green+Blue) = 156+159+138=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F8A is #636075. Grayscale: #9B9B9B. Windows color (decimal): -6512758 or 9084828. OLE color: 9084828.

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

Color convert

RGB 156 159 138 -
CMYK 0.02 0 0.13 0.38
HSL 68.57º 0.1% 0.58% -
HSV(B) 68.57º 0.13% 0.62% -
XYZ 30.7 33.7 28.93 -
YUV 155.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 156 159 138 0.02 0 0.13 0.38 68.57 0.1 0.58
Hex 9C 9F 8A 2 0 D 26 45 A 3A
Octal 234 237 212 2 0 15 46 105 12 72
Binary 10011100 10011111 10001010 10 0 1101 100110 1000101 1010 111010

Color Harmonies of #9C9F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9F8A

Black with #9C9F8A

Text Example


Text Example

White with #9C9F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,159,138); }

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

background-color css

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

 a { background-color: rgb(156,159,138); }

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

border-color css

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

 span { border-color: rgb(156,159,138); }

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