#958B17

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

Shades of Lemon Ginger #958B17

Tints of Lemon Ginger #958B17

Color information

#958B17 (or 0x958B17) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8B and 17. RGB value is (149,139,23). Sum of RGB (Red+Green+Blue) = 149+139+23=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #958B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B17 is #6A74E8. Grayscale: #818181. Windows color (decimal): -6976745 or 1543061. OLE color: 1543061.

HSL color Cylindrical-coordinate representation of color #958B17: hue angle of 55.24º 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 #958B17 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14913923-
CMYK00.070.850.42
HSL55.24º73.26%33.73%-
HSV(B)55.24º84.56%58.43%-
XYZ21.7824.924.47-
YUV128.7768.31142.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=47.91%
G=44.69%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491392300.070.850.4255.2473.2633.73
Hex958B1707552A374922
Octal2252132707125526711142
Binary100101011000101110111011110101011010101101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958B17; }

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

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

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

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

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

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

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

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