#969010

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

Shades of Citron #969010

Tints of Citron #969010

Color information

#969010 (or 0x969010) is unknown color: approx Citron. HEX triplet: 96, 90 and 10. RGB value is (150,144,16). Sum of RGB (Red+Green+Blue) = 150+144+16=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #969010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969010 is #696FEF. Grayscale: #838383. Windows color (decimal): -6909936 or 1085590. OLE color: 1085590.

HSL color Cylindrical-coordinate representation of color #969010: hue angle of 57.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #969010 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15014416-
CMYK00.040.890.41
HSL57.31º80.72%32.55%-
HSV(B)57.31º89.33%58.82%-
XYZ22.6426.474.41-
YUV131.262.99141.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 144 (56.64% from 255) = 46.45%
BLUE value IS 16 (6.64% from 255) = 5.16%
R=48.39%
G=46.45%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501441600.040.890.4157.3180.7232.55
Hex969010045929395121
Octal2262202004131517112141
Binary100101101001000010000010010110011010011110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969010; }

 p { color: rgb(150,144,16); }

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

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

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

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

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

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

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