#968135

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

Shades of Lemon Ginger #968135

Tints of Lemon Ginger #968135

Color information

#968135 (or 0x968135) is unknown color: approx Lemon Ginger. HEX triplet: 96, 81 and 35. RGB value is (150,129,53). Sum of RGB (Red+Green+Blue) = 150+129+53=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968135 is #697ECA. Grayscale: #7E7E7E. Windows color (decimal): -6913739 or 3506582. OLE color: 3506582.

HSL color Cylindrical-coordinate representation of color #968135: hue angle of 47.01º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968135 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15012953-
CMYK00.140.650.41
HSL47.01º47.78%39.8%-
HSV(B)47.01º64.67%58.82%-
XYZ21.0722.446.59-
YUV126.6286.46144.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=45.18%
G=38.86%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501295300.140.650.4147.0147.7839.8
Hex9681350E41292f3028
Octal2262016501610151576050
Binary1001011010000001110101011101000001101001101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968135; }

 p { color: rgb(150,129,53); }

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

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

 a { background-color: rgb(150,129,53); }

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

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

 span { border-color: rgb(150,129,53); }

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