#958026

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

Shades of Lemon Ginger #958026

Tints of Lemon Ginger #958026

Color information

#958026 (or 0x958026) is unknown color: approx Lemon Ginger. HEX triplet: 95, 80 and 26. RGB value is (149,128,38). Sum of RGB (Red+Green+Blue) = 149+128+38=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #958026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958026 is #6A7FD9. Grayscale: #7C7C7C. Windows color (decimal): -6979546 or 2523285. OLE color: 2523285.

HSL color Cylindrical-coordinate representation of color #958026: hue angle of 48.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #958026 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14912838-
CMYK00.140.740.42
HSL48.65º59.36%36.67%-
HSV(B)48.65º74.5%58.43%-
XYZ20.4621.975-
YUV124.0279.46145.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=47.30%
G=40.63%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491283800.140.740.4248.6559.3636.67
Hex9580260E4A2A313b25
Octal2252004601611252617345
Binary1001010110000000100110011101001010101010110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958026; }

 p { color: rgb(149,128,38); }

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

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

 a { background-color: rgb(149,128,38); }

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

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

 span { border-color: rgb(149,128,38); }

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