#958A15

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

Shades of Lemon Ginger #958A15

Tints of Lemon Ginger #958A15

Color information

#958A15 (or 0x958A15) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8A and 15. RGB value is (149,138,21). Sum of RGB (Red+Green+Blue) = 149+138+21=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #958A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A15 is #6A75EA. Grayscale: #808080. Windows color (decimal): -6977003 or 1411733. OLE color: 1411733.

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

Color convert

RGB14913821-
CMYK00.070.860.42
HSL54.84º75.29%33.33%-
HSV(B)54.84º85.91%58.43%-
XYZ21.6224.624.32-
YUV127.9567.64143.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 138 (54.30% from 255) = 44.81%
BLUE value IS 21 (8.59% from 255) = 6.82%
R=48.38%
G=44.81%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491382100.070.860.4254.8475.2933.33
Hex958A1507562A374b21
Octal2252122507126526711341
Binary100101011000101010101011110101101010101101111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,138,21); }

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

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

 a { background-color: rgb(149,138,21); }

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

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

 span { border-color: rgb(149,138,21); }

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