Html Css Color HEX #949385 Lemon Grass

📋 copy color: '#949385'

red 148 ◦ green 147 ◦ blue 133

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

Shades of Lemon Grass #949385

Tints of Lemon Grass #949385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 34.58%
G = 34.35%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#949385 (or 0x949385) is known color: Lemon Grass. HEX triplet: 94, 93 and 85. RGB value is (148,147,133). Sum of RGB (Red+Green+Blue) = 148+147+133=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 148 - color contains mainly: red. Hex color #949385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949385 is #6B6C7A. Grayscale: #919191. Windows color (decimal): -7040123 or 8754068. OLE color: 8754068.

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

Color convert

RGB 148 147 133 -
CMYK 0 0.01 0.10 0.42
HSL 56º 0.07% 0.55% -
HSV(B) 56º 0.1% 0.58% -
XYZ 26.88 28.86 26.34 -
YUV 145.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 148 147 133 0 0.01 0.10 0.42 56 0.07 0.55
Hex 94 93 85 0 1 A 2A 38 7 37
Octal 224 223 205 0 1 12 52 70 7 67
Binary 10010100 10010011 10000101 0 1 1010 101010 111000 111 110111

Color Harmonies of #949385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949385

Black with #949385

Text Example


Text Example

White with #949385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949385; }

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

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

background-color css

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

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

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

border-color css

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

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

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