Html Css Color HEX #969482 Lemon Grass

📋 copy color: '#969482'

red 150 ◦ green 148 ◦ blue 130

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

Shades of Lemon Grass #969482

Tints of Lemon Grass #969482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

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

R = 35.05%
G = 34.58%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#969482 (or 0x969482) is known color: Lemon Grass. HEX triplet: 96, 94 and 82. RGB value is (150,148,130). Sum of RGB (Red+Green+Blue) = 150+148+130=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #969482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969482 is #696B7D. Grayscale: #929292. Windows color (decimal): -6908798 or 8557718. OLE color: 8557718.

HSL color Cylindrical-coordinate representation of color #969482: hue angle of 54º 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 #969482 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 130 -
CMYK 0 0.01 0.13 0.41
HSL 54º 0.09% 0.55% -
HSV(B) 54º 0.13% 0.59% -
XYZ 27.2 29.28 25.34 -
YUV 146.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 150 148 130 0 0.01 0.13 0.41 54 0.09 0.55
Hex 96 94 82 0 1 D 29 36 9 37
Octal 226 224 202 0 1 15 51 66 11 67
Binary 10010110 10010100 10000010 0 1 1101 101001 110110 1001 110111

Color Harmonies of #969482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969482

Black with #969482

Text Example


Text Example

White with #969482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969482; }

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

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

background-color css

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

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

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

border-color css

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

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

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