#969013

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

Shades of Citron #969013

Tints of Citron #969013

Color information

#969013 (or 0x969013) is unknown color: approx Citron. HEX triplet: 96, 90 and 13. RGB value is (150,144,19). Sum of RGB (Red+Green+Blue) = 150+144+19=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #969013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969013 is #696FEC. Grayscale: #848484. Windows color (decimal): -6909933 or 1282198. OLE color: 1282198.

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

Color convert

RGB15014419-
CMYK00.040.870.41
HSL57.25º77.51%33.14%-
HSV(B)57.25º87.33%58.82%-
XYZ22.6726.484.53-
YUV131.5464.49141.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 19 (7.81% from 255) = 6.07%
R=47.92%
G=46.01%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501441900.040.870.4157.2577.5133.14
Hex969013045729394e21
Octal2262202304127517111641
Binary100101101001000010011010010101111010011110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969013; }

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

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

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

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

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

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

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

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