#958724

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

Shades of Lemon Ginger #958724

Tints of Lemon Ginger #958724

Color information

#958724 (or 0x958724) is unknown color: approx Lemon Ginger. HEX triplet: 95, 87 and 24. RGB value is (149,135,36). Sum of RGB (Red+Green+Blue) = 149+135+36=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #958724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958724 is #6A78DB. Grayscale: #808080. Windows color (decimal): -6977756 or 2394005. OLE color: 2394005.

HSL color Cylindrical-coordinate representation of color #958724: hue angle of 52.57º 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 #958724 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB14913536-
CMYK00.090.760.42
HSL52.57º61.08%36.27%-
HSV(B)52.57º75.84%58.43%-
XYZ21.3823.845.14-
YUV127.976.14143.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 36 (14.45% from 255) = 11.25%
R=46.56%
G=42.19%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491353600.090.760.4252.5761.0836.27
Hex958724094C2A353d24
Octal2252074401111452657544
Binary1001010110000111100100010011001100101010110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958724; }

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

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

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

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

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

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

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

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