Html Css Color HEX #949482 Lemon Grass

📋 copy color: '#949482'

red 148 ◦ green 148 ◦ blue 130

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

Shades of Lemon Grass #949482

Tints of Lemon Grass #949482

RGB

 RED value IS 148 (58.2% from 255) = 34.74%

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

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

R = 34.74%
G = 34.74%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#949482 (or 0x949482) is known color: Lemon Grass. HEX triplet: 94, 94 and 82. RGB value is (148,148,130). Sum of RGB (Red+Green+Blue) = 148+148+130=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949482 is #6B6B7D. Grayscale: #929292. Windows color (decimal): -7039870 or 8557716. OLE color: 8557716.

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

Color convert

RGB 148 148 130 -
CMYK 0 0 0.12 0.42
HSL 60º 0.08% 0.55% -
HSV(B) 60º 0.12% 0.58% -
XYZ 26.83 29.09 25.32 -
YUV 145.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 148 148 130 0 0 0.12 0.42 60 0.08 0.55
Hex 94 94 82 0 0 C 2A 3C 8 37
Octal 224 224 202 0 0 14 52 74 10 67
Binary 10010100 10010100 10000010 0 0 1100 101010 111100 1000 110111

Color Harmonies of #949482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949482

Black with #949482

Text Example


Text Example

White with #949482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949482; }

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

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

background-color css

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

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

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

border-color css

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

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

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