#958C2A

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

Shades of Lemon Ginger #958C2A

Tints of Lemon Ginger #958C2A

Color information

#958C2A (or 0x958C2A) is unknown color: approx Lemon Ginger. HEX triplet: 95, 8C and 2A. RGB value is (149,140,42). Sum of RGB (Red+Green+Blue) = 149+140+42=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #958C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C2A is #6A73D5. Grayscale: #838383. Windows color (decimal): -6976470 or 2788501. OLE color: 2788501.

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

Color convert

RGB14914042-
CMYK00.060.720.42
HSL54.95º56.02%37.45%-
HSV(B)54.95º71.81%58.43%-
XYZ22.1925.315.91-
YUV131.5277.48140.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 42 (16.80% from 255) = 12.69%
R=45.02%
G=42.30%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491404200.060.720.4254.9556.0237.45
Hex958C2A06482A373825
Octal225214520611052677045
Binary100101011000110010101001101001000101010110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958C2A; }

 p { color: rgb(149,140,42); }

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

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

 a { background-color: rgb(149,140,42); }

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

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

 span { border-color: rgb(149,140,42); }

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