Html Css Color HEX #949384 Lemon Grass

📋 copy color: '#949384'

red 148 ◦ green 147 ◦ blue 132

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

Shades of Lemon Grass #949384

Tints of Lemon Grass #949384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 34.66%
G = 34.43%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#949384 (or 0x949384) is known color: Lemon Grass. HEX triplet: 94, 93 and 84. RGB value is (148,147,132). Sum of RGB (Red+Green+Blue) = 148+147+132=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #949384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949384 is #6B6C7B. Grayscale: #919191. Windows color (decimal): -7040124 or 8688532. OLE color: 8688532.

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

Color convert

RGB 148 147 132 -
CMYK 0 0.01 0.11 0.42
HSL 56.25º 0.07% 0.55% -
HSV(B) 56.25º 0.11% 0.58% -
XYZ 26.81 28.83 25.98 -
YUV 145.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 148 147 132 0 0.01 0.11 0.42 56.25 0.07 0.55
Hex 94 93 84 0 1 B 2A 38 7 37
Octal 224 223 204 0 1 13 52 70 7 67
Binary 10010100 10010011 10000100 0 1 1011 101010 111000 111 110111

Color Harmonies of #949384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949384

Black with #949384

Text Example


Text Example

White with #949384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949384; }

 p { color: rgb(148,147,132); }

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

background-color css

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

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

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

border-color css

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

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

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