Html Css Color HEX #949488 Lemon Grass

📋 copy color: '#949488'

red 148 ◦ green 148 ◦ blue 136

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

Shades of Lemon Grass #949488

Tints of Lemon Grass #949488

RGB

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

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

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

R = 34.26%
G = 34.26%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#949488 (or 0x949488) is known color: Lemon Grass. HEX triplet: 94, 94 and 88. RGB value is (148,148,136). Sum of RGB (Red+Green+Blue) = 148+148+136=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949488 is #6B6B77. Grayscale: #929292. Windows color (decimal): -7039864 or 8950932. OLE color: 8950932.

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

Color convert

RGB 148 148 136 -
CMYK 0 0 0.08 0.42
HSL 60º 0.05% 0.56% -
HSV(B) 60º 0.08% 0.58% -
XYZ 27.25 29.25 27.5 -
YUV 146.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 148 148 136 0 0 0.08 0.42 60 0.05 0.56
Hex 94 94 88 0 0 8 2A 3C 5 38
Octal 224 224 210 0 0 10 52 74 5 70
Binary 10010100 10010100 10001000 0 0 1000 101010 111100 101 111000

Color Harmonies of #949488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949488

Black with #949488

Text Example


Text Example

White with #949488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949488; }

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

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

background-color css

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

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

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

border-color css

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

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

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