#958620

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

Shades of Lemon Ginger #958620

Tints of Lemon Ginger #958620

Color information

#958620 (or 0x958620) is unknown color: approx Lemon Ginger. HEX triplet: 95, 86 and 20. RGB value is (149,134,32). Sum of RGB (Red+Green+Blue) = 149+134+32=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #958620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958620 is #6A79DF. Grayscale: #7F7F7F. Windows color (decimal): -6978016 or 2131605. OLE color: 2131605.

HSL color Cylindrical-coordinate representation of color #958620: hue angle of 52.31º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #958620 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14913432-
CMYK00.100.790.42
HSL52.31º64.64%35.49%-
HSV(B)52.31º78.52%58.43%-
XYZ21.1823.544.79-
YUV126.8674.47143.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=47.30%
G=42.54%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491343200.100.790.4252.3164.6435.49
Hex9586200A4F2A344123
Octal22520640012117526410143
Binary10010101100001101000000101010011111010101101001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958620; }

 p { color: rgb(149,134,32); }

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

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

 a { background-color: rgb(149,134,32); }

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

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

 span { border-color: rgb(149,134,32); }

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