#968419

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

Shades of Lemon Ginger #968419

Tints of Lemon Ginger #968419

Color information

#968419 (or 0x968419) is unknown color: approx Lemon Ginger. HEX triplet: 96, 84 and 19. RGB value is (150,132,25). Sum of RGB (Red+Green+Blue) = 150+132+25=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968419 is #697BE6. Grayscale: #7D7D7D. Windows color (decimal): -6912999 or 1672342. OLE color: 1672342.

HSL color Cylindrical-coordinate representation of color #968419: hue angle of 51.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #968419 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15013225-
CMYK00.120.830.41
HSL51.36º71.43%34.31%-
HSV(B)51.36º83.33%58.82%-
XYZ2123.064.26-
YUV125.1871.46145.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 25 (10.16% from 255) = 8.14%
R=48.86%
G=43.00%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501322500.120.830.4151.3671.4334.31
Hex9684190C5329334722
Octal22620431014123516310742
Binary1001011010000100110010110010100111010011100111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968419; }

 p { color: rgb(150,132,25); }

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

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

 a { background-color: rgb(150,132,25); }

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

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

 span { border-color: rgb(150,132,25); }

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