#959024

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

Shades of Lemon Ginger #959024

Tints of Lemon Ginger #959024

Color information

#959024 (or 0x959024) is unknown color: approx Lemon Ginger. HEX triplet: 95, 90 and 24. RGB value is (149,144,36). Sum of RGB (Red+Green+Blue) = 149+144+36=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #959024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959024 is #6A6FDB. Grayscale: #858585. Windows color (decimal): -6975452 or 2396309. OLE color: 2396309.

HSL color Cylindrical-coordinate representation of color #959024: hue angle of 57.35º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #959024 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB14914436-
CMYK00.030.760.42
HSL57.35º61.08%36.27%-
HSV(B)57.35º75.84%58.43%-
XYZ22.6926.465.58-
YUV133.1873.16139.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 36 (14.45% from 255) = 10.94%
R=45.29%
G=43.77%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491443600.030.760.4257.3561.0836.27
Hex959024034C2A393d24
Octal225220440311452717544
Binary10010101100100001001000111001100101010111001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959024; }

 p { color: rgb(149,144,36); }

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

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

 a { background-color: rgb(149,144,36); }

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

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

 span { border-color: rgb(149,144,36); }

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