#96960E

Color #96960E Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #96960E

Tints of Citron #96960E

Color information

#96960E (or 0x96960E) is unknown color: approx Citron. HEX triplet: 96, 96 and 0E. RGB value is (150,150,14). Sum of RGB (Red+Green+Blue) = 150+150+14=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96960E is #6969F1. Grayscale: #878787. Windows color (decimal): -6908402 or 956054. OLE color: 956054.

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

Color convert

RGB15015014-
CMYK000.910.41
HSL60º82.93%32.16%-
HSV(B)60º90.67%58.82%-
XYZ23.5628.334.64-
YUV134.560139.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 14 (5.86% from 255) = 4.46%
R=47.77%
G=47.77%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015014000.910.416082.9332.16
Hex9696E005B293c5320
Octal2262261600133517412340
Binary100101101001011011100010110111010011111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96960E; }

 p { color: rgb(150,150,14); }

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

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

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

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

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

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

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