Html Css Color HEX #969886 Lemon Grass

📋 copy color: '#969886'

red 150 ◦ green 152 ◦ blue 134

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

Shades of Lemon Grass #969886

Tints of Lemon Grass #969886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 34.4%
G = 34.86%
B = 30.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#969886 (or 0x969886) is known color: Lemon Grass. HEX triplet: 96, 98 and 86. RGB value is (150,152,134). Sum of RGB (Red+Green+Blue) = 150+152+134=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 152 - color contains mainly: green. Hex color #969886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969886 is #696779. Grayscale: #959595. Windows color (decimal): -6907770 or 8820886. OLE color: 8820886.

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

Color convert

RGB 150 152 134 -
CMYK 0.01 0 0.12 0.40
HSL 66.67º 0.08% 0.56% -
HSV(B) 66.67º 0.12% 0.6% -
XYZ 28.11 30.66 26.99 -
YUV 149.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 150 152 134 0.01 0 0.12 0.40 66.67 0.08 0.56
Hex 96 98 86 1 0 C 28 43 8 38
Octal 226 230 206 1 0 14 50 103 10 70
Binary 10010110 10011000 10000110 1 0 1100 101000 1000011 1000 111000

Color Harmonies of #969886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969886

Black with #969886

Text Example


Text Example

White with #969886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969886; }

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

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

background-color css

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

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

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

border-color css

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

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

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