#968533

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

Shades of Lemon Ginger #968533

Tints of Lemon Ginger #968533

Color information

#968533 (or 0x968533) is unknown color: approx Lemon Ginger. HEX triplet: 96, 85 and 33. RGB value is (150,133,51). Sum of RGB (Red+Green+Blue) = 150+133+51=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968533 is #697ACC. Grayscale: #818181. Windows color (decimal): -6912717 or 3376534. OLE color: 3376534.

HSL color Cylindrical-coordinate representation of color #968533: hue angle of 49.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #968533 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB15013351-
CMYK00.110.660.41
HSL49.7º49.25%39.41%-
HSV(B)49.7º66%58.82%-
XYZ21.5623.56.53-
YUV128.7384.13143.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=44.91%
G=39.82%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501335100.110.660.4149.749.2539.41
Hex9685330B4229323127
Octal2262056301310251626147
Binary1001011010000101110011010111000010101001110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968533; }

 p { color: rgb(150,133,51); }

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

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

 a { background-color: rgb(150,133,51); }

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

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

 span { border-color: rgb(150,133,51); }

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