#958428

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

Shades of Lemon Ginger #958428

Tints of Lemon Ginger #958428

Color information

#958428 (or 0x958428) is unknown color: approx Lemon Ginger. HEX triplet: 95, 84 and 28. RGB value is (149,132,40). Sum of RGB (Red+Green+Blue) = 149+132+40=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #958428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958428 is #6A7BD7. Grayscale: #7E7E7E. Windows color (decimal): -6978520 or 2655381. OLE color: 2655381.

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

Color convert

RGB14913240-
CMYK00.110.730.42
HSL50.64º57.67%37.06%-
HSV(B)50.64º73.15%58.43%-
XYZ21.0323.055.35-
YUV126.679.13143.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 40 (16.02% from 255) = 12.46%
R=46.42%
G=41.12%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491324000.110.730.4250.6457.6737.06
Hex9584280B492A333a25
Octal2252045001311152637245
Binary1001010110000100101000010111001001101010110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958428; }

 p { color: rgb(149,132,40); }

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

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

 a { background-color: rgb(149,132,40); }

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

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

 span { border-color: rgb(149,132,40); }

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