Html Css Color HEX #959384 Lemon Grass

📋 copy color: '#959384'

red 149 ◦ green 147 ◦ blue 132

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

Shades of Lemon Grass #959384

Tints of Lemon Grass #959384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.35%

 BLUE value IS 132 (51.95% from 255) = 30.84%

R = 34.81%
G = 34.35%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#959384 (or 0x959384) is known color: Lemon Grass. HEX triplet: 95, 93 and 84. RGB value is (149,147,132). Sum of RGB (Red+Green+Blue) = 149+147+132=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #959384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959384 is #6A6C7B. Grayscale: #919191. Windows color (decimal): -6974588 or 8688533. OLE color: 8688533.

HSL color Cylindrical-coordinate representation of color #959384: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959384 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 147 132 -
CMYK 0 0.01 0.11 0.42
HSL 52.94º 0.07% 0.55% -
HSV(B) 52.94º 0.11% 0.58% -
XYZ 26.99 28.92 25.99 -
YUV 145.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 149 147 132 0 0.01 0.11 0.42 52.94 0.07 0.55
Hex 95 93 84 0 1 B 2A 35 7 37
Octal 225 223 204 0 1 13 52 65 7 67
Binary 10010101 10010011 10000100 0 1 1011 101010 110101 111 110111

Color Harmonies of #959384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959384

Black with #959384

Text Example


Text Example

White with #959384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959384; }

 p { color: rgb(149,147,132); }

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

background-color css

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

 a { background-color: rgb(149,147,132); }

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

border-color css

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

 span { border-color: rgb(149,147,132); }

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