Html Css Color HEX #969883 Lemon Grass

📋 copy color: '#969883'

red 150 ◦ green 152 ◦ blue 131

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

Shades of Lemon Grass #969883

Tints of Lemon Grass #969883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 34.64%
G = 35.1%
B = 30.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#969883 (or 0x969883) is known color: Lemon Grass. HEX triplet: 96, 98 and 83. RGB value is (150,152,131). Sum of RGB (Red+Green+Blue) = 150+152+131=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #969883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969883 is #69677C. Grayscale: #959595. Windows color (decimal): -6907773 or 8624278. OLE color: 8624278.

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

Color convert

RGB 150 152 131 -
CMYK 0.01 0 0.14 0.40
HSL 65.71º 0.09% 0.55% -
HSV(B) 65.71º 0.14% 0.6% -
XYZ 27.9 30.58 25.9 -
YUV 149.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 150 152 131 0.01 0 0.14 0.40 65.71 0.09 0.55
Hex 96 98 83 1 0 E 28 42 9 37
Octal 226 230 203 1 0 16 50 102 11 67
Binary 10010110 10011000 10000011 1 0 1110 101000 1000010 1001 110111

Color Harmonies of #969883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969883

Black with #969883

Text Example


Text Example

White with #969883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969883; }

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

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

background-color css

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

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

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

border-color css

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

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

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