#968724

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

Shades of Lemon Ginger #968724

Tints of Lemon Ginger #968724

Color information

#968724 (or 0x968724) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 24. RGB value is (150,135,36). Sum of RGB (Red+Green+Blue) = 150+135+36=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #968724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968724 is #6978DB. Grayscale: #808080. Windows color (decimal): -6912220 or 2394006. OLE color: 2394006.

HSL color Cylindrical-coordinate representation of color #968724: hue angle of 52.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #968724 is Cyan = 0, Magento = 0.1, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB15013536-
CMYK00.10.760.41
HSL52.11º61.29%36.47%-
HSV(B)52.11º76%58.82%-
XYZ21.5623.945.15-
YUV128.275.97143.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 36 (14.45% from 255) = 11.21%
R=46.73%
G=42.06%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501353600.10.760.4152.1161.2936.47
Hex9687240A4C29343d24
Octal2262074401211451647544
Binary1001011010000111100100010101001100101001110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968724; }

 p { color: rgb(150,135,36); }

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

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

 a { background-color: rgb(150,135,36); }

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

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

 span { border-color: rgb(150,135,36); }

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