Html Css Color HEX #949589 Lemon Grass

📋 copy color: '#949589'

red 148 ◦ green 149 ◦ blue 137

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

Shades of Lemon Grass #949589

Tints of Lemon Grass #949589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 137 (53.91% from 255) = 31.57%

R = 34.1%
G = 34.33%
B = 31.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#949589 (or 0x949589) is known color: Lemon Grass. HEX triplet: 94, 95 and 89. RGB value is (148,149,137). Sum of RGB (Red+Green+Blue) = 148+149+137=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 149 - color contains mainly: green. Hex color #949589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949589 is #6B6A76. Grayscale: #939393. Windows color (decimal): -7039607 or 9016724. OLE color: 9016724.

HSL color Cylindrical-coordinate representation of color #949589: hue angle of 65º 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 #949589 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 137 -
CMYK 0.01 0 0.08 0.42
HSL 65º 0.05% 0.56% -
HSV(B) 65º 0.08% 0.58% -
XYZ 27.48 29.6 27.93 -
YUV 147.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 148 149 137 0.01 0 0.08 0.42 65 0.05 0.56
Hex 94 95 89 1 0 8 2A 41 5 38
Octal 224 225 211 1 0 10 52 101 5 70
Binary 10010100 10010101 10001001 1 0 1000 101010 1000001 101 111000

Color Harmonies of #949589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949589

Black with #949589

Text Example


Text Example

White with #949589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949589; }

 p { color: rgb(148,149,137); }

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

background-color css

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

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

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

border-color css

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

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

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