#958517

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

Shades of Lemon Ginger #958517

Tints of Lemon Ginger #958517

Color information

#958517 (or 0x958517) is unknown color: approx Lemon Ginger. HEX triplet: 95, 85 and 17. RGB value is (149,133,23). Sum of RGB (Red+Green+Blue) = 149+133+23=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #958517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958517 is #6A7AE8. Grayscale: #7D7D7D. Windows color (decimal): -6978281 or 1541525. OLE color: 1541525.

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

Color convert

RGB14913323-
CMYK00.110.850.42
HSL52.38º73.26%33.73%-
HSV(B)52.38º84.56%58.43%-
XYZ20.9423.234.19-
YUV125.2470.3144.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 23 (9.38% from 255) = 7.54%
R=48.85%
G=43.61%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491332300.110.850.4252.3873.2633.73
Hex9585170B552A344922
Octal22520527013125526411142
Binary1001010110000101101110101110101011010101101001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958517; }

 p { color: rgb(149,133,23); }

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

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

 a { background-color: rgb(149,133,23); }

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

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

 span { border-color: rgb(149,133,23); }

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