Html Css Color HEX #949684 Lemon Grass

📋 copy color: '#949684'

red 148 ◦ green 150 ◦ blue 132

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

Shades of Lemon Grass #949684

Tints of Lemon Grass #949684

RGB

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

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

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

R = 34.42%
G = 34.88%
B = 30.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#949684 (or 0x949684) is known color: Lemon Grass. HEX triplet: 94, 96 and 84. RGB value is (148,150,132). Sum of RGB (Red+Green+Blue) = 148+150+132=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 150 - color contains mainly: green. Hex color #949684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949684 is #6B697B. Grayscale: #939393. Windows color (decimal): -7039356 or 8689300. OLE color: 8689300.

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

Color convert

RGB 148 150 132 -
CMYK 0.01 0 0.12 0.41
HSL 66.67º 0.08% 0.55% -
HSV(B) 66.67º 0.12% 0.59% -
XYZ 27.28 29.77 26.14 -
YUV 147.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 148 150 132 0.01 0 0.12 0.41 66.67 0.08 0.55
Hex 94 96 84 1 0 C 29 43 8 37
Octal 224 226 204 1 0 14 51 103 10 67
Binary 10010100 10010110 10000100 1 0 1100 101001 1000011 1000 110111

Color Harmonies of #949684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949684

Black with #949684

Text Example


Text Example

White with #949684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949684; }

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

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

background-color css

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

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

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

border-color css

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

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

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