Html Css Color HEX #969682 Lemon Grass

📋 copy color: '#969682'

red 150 ◦ green 150 ◦ blue 130

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

Shades of Lemon Grass #969682

Tints of Lemon Grass #969682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 34.88%
G = 34.88%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#969682 (or 0x969682) is known color: Lemon Grass. HEX triplet: 96, 96 and 82. RGB value is (150,150,130). Sum of RGB (Red+Green+Blue) = 150+150+130=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969682 is #69697D. Grayscale: #939393. Windows color (decimal): -6908286 or 8558230. OLE color: 8558230.

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

Color convert

RGB 150 150 130 -
CMYK 0 0 0.13 0.41
HSL 60º 0.09% 0.55% -
HSV(B) 60º 0.13% 0.59% -
XYZ 27.51 29.91 25.44 -
YUV 147.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 150 150 130 0 0 0.13 0.41 60 0.09 0.55
Hex 96 96 82 0 0 D 29 3C 9 37
Octal 226 226 202 0 0 15 51 74 11 67
Binary 10010110 10010110 10000010 0 0 1101 101001 111100 1001 110111

Color Harmonies of #969682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969682

Black with #969682

Text Example


Text Example

White with #969682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969682; }

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

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

background-color css

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

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

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

border-color css

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

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

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