#949483

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

Shades of Lemon Grass #949483

Tints of Lemon Grass #949483

Color information

#949483 (or 0x949483) is unknown color: approx Lemon Grass. HEX triplet: 94, 94 and 83. RGB value is (148,148,131). Sum of RGB (Red+Green+Blue) = 148+148+131=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949483 is #6B6B7C. Grayscale: #929292. Windows color (decimal): -7039869 or 8623252. OLE color: 8623252.

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

Color convert

RGB148148131-
CMYK000.110.42
HSL60º7.36%54.71%-
HSV(B)60º11.49%58.04%-
XYZ26.929.1125.67-
YUV146.06119.5129.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=34.66%
G=34.66%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148131000.110.42607.3654.71
Hex94948300B2A3c737
Octal22422420300135274767
Binary100101001001010010000011001011101010111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949483; }

 p { color: rgb(148,148,131); }

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

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

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

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

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

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

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