Html Css Color HEX #959886 Lemon Grass

📋 copy color: '#959886'

red 149 ◦ green 152 ◦ blue 134

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

Shades of Lemon Grass #959886

Tints of Lemon Grass #959886

RGB

 RED value IS 149 (58.59% from 255) = 34.25%

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

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

R = 34.25%
G = 34.94%
B = 30.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#959886 (or 0x959886) is known color: Lemon Grass. HEX triplet: 95, 98 and 86. RGB value is (149,152,134). Sum of RGB (Red+Green+Blue) = 149+152+134=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #959886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959886 is #6A6779. Grayscale: #959595. Windows color (decimal): -6973306 or 8820885. OLE color: 8820885.

HSL color Cylindrical-coordinate representation of color #959886: hue angle of 70º 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 #959886 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 134 -
CMYK 0.02 0 0.12 0.40
HSL 70º 0.08% 0.56% -
HSV(B) 70º 0.12% 0.6% -
XYZ 27.93 30.57 26.98 -
YUV 149.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 149 152 134 0.02 0 0.12 0.40 70 0.08 0.56
Hex 95 98 86 2 0 C 28 46 8 38
Octal 225 230 206 2 0 14 50 106 10 70
Binary 10010101 10011000 10000110 10 0 1100 101000 1000110 1000 111000

Color Harmonies of #959886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959886

Black with #959886

Text Example


Text Example

White with #959886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959886; }

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

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

background-color css

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

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

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

border-color css

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

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

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