Html Css Color HEX #969880 Lemon Grass

📋 copy color: '#969880'

red 150 ◦ green 152 ◦ blue 128

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

Shades of Lemon Grass #969880

Tints of Lemon Grass #969880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 34.88%
G = 35.35%
B = 29.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#969880 (or 0x969880) is known color: Lemon Grass. HEX triplet: 96, 98 and 80. RGB value is (150,152,128). Sum of RGB (Red+Green+Blue) = 150+152+128=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #969880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969880 is #69677F. Grayscale: #949494. Windows color (decimal): -6907776 or 8427670. OLE color: 8427670.

HSL color Cylindrical-coordinate representation of color #969880: hue angle of 65º degrees, saturation: 0.1, 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 #969880 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 128 -
CMYK 0.01 0 0.16 0.40
HSL 65º 0.1% 0.55% -
HSV(B) 65º 0.16% 0.6% -
XYZ 27.7 30.5 24.85 -
YUV 148.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 150 152 128 0.01 0 0.16 0.40 65 0.1 0.55
Hex 96 98 80 1 0 10 28 41 A 37
Octal 226 230 200 1 0 20 50 101 12 67
Binary 10010110 10011000 10000000 1 0 10000 101000 1000001 1010 110111

Color Harmonies of #969880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969880

Black with #969880

Text Example


Text Example

White with #969880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969880; }

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

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

background-color css

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

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

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

border-color css

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

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

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