Html Css Color HEX #969881 Lemon Grass

📋 copy color: '#969881'

red 150 ◦ green 152 ◦ blue 129

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

Shades of Lemon Grass #969881

Tints of Lemon Grass #969881

RGB

 RED value IS 150 (58.98% from 255) = 34.8%

 GREEN value IS 152 (59.77% from 255) = 35.27%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 34.8%
G = 35.27%
B = 29.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#969881 (or 0x969881) is known color: Lemon Grass. HEX triplet: 96, 98 and 81. RGB value is (150,152,129). Sum of RGB (Red+Green+Blue) = 150+152+129=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #969881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969881 is #69677E. Grayscale: #949494. Windows color (decimal): -6907775 or 8493206. OLE color: 8493206.

HSL color Cylindrical-coordinate representation of color #969881: hue angle of 65.22º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969881 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 129 -
CMYK 0.01 0 0.15 0.40
HSL 65.22º 0.1% 0.55% -
HSV(B) 65.22º 0.15% 0.6% -
XYZ 27.77 30.53 25.2 -
YUV 148.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 150 152 129 0.01 0 0.15 0.40 65.22 0.1 0.55
Hex 96 98 81 1 0 F 28 41 A 37
Octal 226 230 201 1 0 17 50 101 12 67
Binary 10010110 10011000 10000001 1 0 1111 101000 1000001 1010 110111

Color Harmonies of #969881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969881

Black with #969881

Text Example


Text Example

White with #969881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969881; }

 p { color: rgb(150,152,129); }

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

background-color css

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

 a { background-color: rgb(150,152,129); }

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

border-color css

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

 span { border-color: rgb(150,152,129); }

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