#968A26

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

Shades of Lemon Ginger #968A26

Tints of Lemon Ginger #968A26

Color information

#968A26 (or 0x968A26) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 26. RGB value is (150,138,38). Sum of RGB (Red+Green+Blue) = 150+138+38=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #968A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A26 is #6975D9. Grayscale: #828282. Windows color (decimal): -6911450 or 2525846. OLE color: 2525846.

HSL color Cylindrical-coordinate representation of color #968A26: hue angle of 53.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #968A26 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15013838-
CMYK00.080.750.41
HSL53.57º59.57%36.86%-
HSV(B)53.57º74.67%58.82%-
XYZ22.0224.85.46-
YUV130.1975.98142.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 38 (15.23% from 255) = 11.66%
R=46.01%
G=42.33%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501383800.080.750.4153.5759.5736.86
Hex968A26084B29363c25
Octal2262124601011351667445
Binary1001011010001010100110010001001011101001110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A26; }

 p { color: rgb(150,138,38); }

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

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

 a { background-color: rgb(150,138,38); }

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

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

 span { border-color: rgb(150,138,38); }

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