Html Css Color HEX #969981 Lemon Grass

📋 copy color: '#969981'

red 150 ◦ green 153 ◦ blue 129

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

Shades of Lemon Grass #969981

Tints of Lemon Grass #969981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.42%

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

R = 34.72%
G = 35.42%
B = 29.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#969981 (or 0x969981) is known color: Lemon Grass. HEX triplet: 96, 99 and 81. RGB value is (150,153,129). Sum of RGB (Red+Green+Blue) = 150+153+129=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #969981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969981 is #69667E. Grayscale: #959595. Windows color (decimal): -6907519 or 8493462. OLE color: 8493462.

HSL color Cylindrical-coordinate representation of color #969981: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #969981 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 129 -
CMYK 0.02 0 0.16 0.4
HSL 67.5º 0.11% 0.55% -
HSV(B) 67.5º 0.16% 0.6% -
XYZ 27.93 30.85 25.25 -
YUV 149.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 150 153 129 0.02 0 0.16 0.4 67.5 0.11 0.55
Hex 96 99 81 2 0 10 28 44 B 37
Octal 226 231 201 2 0 20 50 104 13 67
Binary 10010110 10011001 10000001 10 0 10000 101000 1000100 1011 110111

Color Harmonies of #969981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969981

Black with #969981

Text Example


Text Example

White with #969981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969981; }

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

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

background-color css

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

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

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

border-color css

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

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

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