Html Css Color HEX #969A88 Lemon Grass

📋 copy color: '#969A88'

red 150 ◦ green 154 ◦ blue 136

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

Shades of Lemon Grass #969A88

Tints of Lemon Grass #969A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 34.09%
G = 35%
B = 30.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#969A88 (or 0x969A88) is known color: Lemon Grass. HEX triplet: 96, 9A and 88. RGB value is (150,154,136). Sum of RGB (Red+Green+Blue) = 150+154+136=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #969A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A88 is #696577. Grayscale: #969696. Windows color (decimal): -6907256 or 8952470. OLE color: 8952470.

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

Color convert

RGB 150 154 136 -
CMYK 0.03 0 0.12 0.40
HSL 73.33º 0.08% 0.57% -
HSV(B) 73.33º 0.12% 0.6% -
XYZ 28.58 31.37 27.84 -
YUV 150.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 150 154 136 0.03 0 0.12 0.40 73.33 0.08 0.57
Hex 96 9A 88 3 0 C 28 49 8 39
Octal 226 232 210 3 0 14 50 111 10 71
Binary 10010110 10011010 10001000 11 0 1100 101000 1001001 1000 111001

Color Harmonies of #969A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A88

Black with #969A88

Text Example


Text Example

White with #969A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969A88; }

 p { color: rgb(150,154,136); }

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

background-color css

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

 a { background-color: rgb(150,154,136); }

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

border-color css

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

 span { border-color: rgb(150,154,136); }

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