Html Css Color HEX #949689 Lemon Grass

📋 copy color: '#949689'

red 148 ◦ green 150 ◦ blue 137

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

Shades of Lemon Grass #949689

Tints of Lemon Grass #949689

RGB

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

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

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

R = 34.02%
G = 34.48%
B = 31.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#949689 (or 0x949689) is known color: Lemon Grass. HEX triplet: 94, 96 and 89. RGB value is (148,150,137). Sum of RGB (Red+Green+Blue) = 148+150+137=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #949689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949689 is #6B6976. Grayscale: #939393. Windows color (decimal): -7039351 or 9016980. OLE color: 9016980.

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

Color convert

RGB 148 150 137 -
CMYK 0.01 0 0.09 0.41
HSL 69.23º 0.06% 0.56% -
HSV(B) 69.23º 0.09% 0.59% -
XYZ 27.63 29.91 27.98 -
YUV 147.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 148 150 137 0.01 0 0.09 0.41 69.23 0.06 0.56
Hex 94 96 89 1 0 9 29 45 6 38
Octal 224 226 211 1 0 11 51 105 6 70
Binary 10010100 10010110 10001001 1 0 1001 101001 1000101 110 111000

Color Harmonies of #949689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949689

Black with #949689

Text Example


Text Example

White with #949689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949689; }

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

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

background-color css

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

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

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

border-color css

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

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

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