#959313

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

Shades of Citron #959313

Tints of Citron #959313

Color information

#959313 (or 0x959313) is unknown color: approx Citron. HEX triplet: 95, 93 and 13. RGB value is (149,147,19). Sum of RGB (Red+Green+Blue) = 149+147+19=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #959313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959313 is #6A6CEC. Grayscale: #858585. Windows color (decimal): -6974701 or 1282965. OLE color: 1282965.

HSL color Cylindrical-coordinate representation of color #959313: hue angle of 59.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #959313 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB14914719-
CMYK00.010.870.42
HSL59.08º77.38%32.94%-
HSV(B)59.08º87.25%58.43%-
XYZ22.9527.34.68-
YUV133.0163.66139.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 19 (7.81% from 255) = 6.03%
R=47.30%
G=46.67%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491471900.010.870.4259.0877.3832.94
Hex95931301572A3b4d21
Octal2252232301127527311541
Binary1001010110010011100110110101111010101110111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959313; }

 p { color: rgb(149,147,19); }

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

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

 a { background-color: rgb(149,147,19); }

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

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

 span { border-color: rgb(149,147,19); }

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