#94967C

Color #94967C Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #94967C

Tints of Lemon Grass #94967C

Color information

#94967C (or 0x94967C) is unknown color: approx Lemon Grass. HEX triplet: 94, 96 and 7C. RGB value is (148,150,124). Sum of RGB (Red+Green+Blue) = 148+150+124=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #94967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94967C is #6B6983. Grayscale: #929292. Windows color (decimal): -7039364 or 8165012. OLE color: 8165012.

HSL color Cylindrical-coordinate representation of color #94967C: hue angle of 64.62º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94967C is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB148150124-
CMYK0.0100.170.41
HSL64.62º11.02%53.73%-
HSV(B)64.62º17.33%58.82%-
XYZ26.7629.5623.36-
YUV146.44115.34129.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=35.07%
G=35.55%
B=29.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481501240.0100.170.4164.6211.0253.73
Hex94967C10112941b36
Octal2242261741021511011366
Binary10010100100101101111100101000110100110000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94967C; }

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

 H1.HeaderClassName
 {
   color: #94967C;
 }
 .AnyTagClassName
 {
   color: #94967C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #94967C;
 }
 .BgClassName
 {
   background-color: #94967C;
 }
</style>
border-color css

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

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

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