#859313

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

Shades of Citron #859313

Tints of Citron #859313

Color information

#859313 (or 0x859313) is unknown color: approx Citron. HEX triplet: 85, 93 and 13. RGB value is (133,147,19). Sum of RGB (Red+Green+Blue) = 133+147+19=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #859313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859313 is #7A6CEC. Grayscale: #808080. Windows color (decimal): -8023277 or 1282949. OLE color: 1282949.

HSL color Cylindrical-coordinate representation of color #859313: hue angle of 66.56º 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 #859313 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB13314719-
CMYK0.1000.870.42
HSL66.56º77.11%32.55%-
HSV(B)66.56º87.07%57.65%-
XYZ20.2225.94.55-
YUV128.2266.36131.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 19 (7.81% from 255) = 6.35%
R=44.48%
G=49.16%
B=6.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147190.1000.870.4266.5677.1132.55
Hex859313A0572A434d21
Octal205223231201275210311541
Binary10000101100100111001110100101011110101010000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859313; }

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

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

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

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

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

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

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

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