#968027

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

Shades of Lemon Ginger #968027

Tints of Lemon Ginger #968027

Color information

#968027 (or 0x968027) is unknown color: approx Lemon Ginger. HEX triplet: 96, 80 and 27. RGB value is (150,128,39). Sum of RGB (Red+Green+Blue) = 150+128+39=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968027 is #697FD8. Grayscale: #7C7C7C. Windows color (decimal): -6914009 or 2588822. OLE color: 2588822.

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

Color convert

RGB15012839-
CMYK00.150.740.41
HSL48.11º58.73%37.06%-
HSV(B)48.11º74%58.82%-
XYZ20.6622.075.09-
YUV124.4379.79146.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 39 (15.62% from 255) = 12.30%
R=47.32%
G=40.38%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501283900.150.740.4148.1158.7337.06
Hex9680270F4A29303b25
Octal2262004701711251607345
Binary1001011010000000100111011111001010101001110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968027; }

 p { color: rgb(150,128,39); }

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

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

 a { background-color: rgb(150,128,39); }

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

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

 span { border-color: rgb(150,128,39); }

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