Html Css Color HEX #969692 Lemon Grass

📋 copy color: '#969692'

red 150 ◦ green 150 ◦ blue 146

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

Shades of Lemon Grass #969692

Tints of Lemon Grass #969692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.63%

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 33.63%
G = 33.63%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#969692 (or 0x969692) is known color: Lemon Grass. HEX triplet: 96, 96 and 92. RGB value is (150,150,146). Sum of RGB (Red+Green+Blue) = 150+150+146=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969692 is #69696D. Grayscale: #959595. Windows color (decimal): -6908270 or 9606806. OLE color: 9606806.

HSL color Cylindrical-coordinate representation of color #969692: hue angle of 60º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969692 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 146 -
CMYK 0 0 0.03 0.41
HSL 60º 0.02% 0.58% -
HSV(B) 60º 0.03% 0.59% -
XYZ 28.67 30.37 31.55 -
YUV 149.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 150 150 146 0 0 0.03 0.41 60 0.02 0.58
Hex 96 96 92 0 0 3 29 3C 2 3A
Octal 226 226 222 0 0 3 51 74 2 72
Binary 10010110 10010110 10010010 0 0 11 101001 111100 10 111010

Color Harmonies of #969692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969692

Black with #969692

Text Example


Text Example

White with #969692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969692; }

 p { color: rgb(150,150,146); }

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

background-color css

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

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

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

border-color css

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

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

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