Html Css Color HEX #969581 Lemon Grass

📋 copy color: '#969581'

red 150 ◦ green 149 ◦ blue 129

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

Shades of Lemon Grass #969581

Tints of Lemon Grass #969581

RGB

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

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

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

R = 35.05%
G = 34.81%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#969581 (or 0x969581) is known color: Lemon Grass. HEX triplet: 96, 95 and 81. RGB value is (150,149,129). Sum of RGB (Red+Green+Blue) = 150+149+129=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #969581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969581 is #696A7E. Grayscale: #939393. Windows color (decimal): -6908543 or 8492438. OLE color: 8492438.

HSL color Cylindrical-coordinate representation of color #969581: hue angle of 57.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969581 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 129 -
CMYK 0 0.01 0.14 0.41
HSL 57.14º 0.09% 0.55% -
HSV(B) 57.14º 0.14% 0.59% -
XYZ 27.29 29.56 25.04 -
YUV 147.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 150 149 129 0 0.01 0.14 0.41 57.14 0.09 0.55
Hex 96 95 81 0 1 E 29 39 9 37
Octal 226 225 201 0 1 16 51 71 11 67
Binary 10010110 10010101 10000001 0 1 1110 101001 111001 1001 110111

Color Harmonies of #969581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969581

Black with #969581

Text Example


Text Example

White with #969581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969581; }

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

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

background-color css

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

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

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

border-color css

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

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

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