#859210

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

Shades of Citron #859210

Tints of Citron #859210

Color information

#859210 (or 0x859210) is unknown color: approx Citron. HEX triplet: 85, 92 and 10. RGB value is (133,146,16). Sum of RGB (Red+Green+Blue) = 133+146+16=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #859210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859210 is #7A6DEF. Grayscale: #7F7F7F. Windows color (decimal): -8023536 or 1086085. OLE color: 1086085.

HSL color Cylindrical-coordinate representation of color #859210: hue angle of 66º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #859210 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB13314616-
CMYK0.0900.890.43
HSL66º80.25%31.76%-
HSV(B)66º89.04%57.25%-
XYZ20.0525.584.37-
YUV127.2965.19132.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=45.08%
G=49.49%
B=5.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146160.0900.890.436680.2531.76
Hex85921090592B425020
Octal205222201101315310212040
Binary10000101100100101000010010101100110101110000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859210; }

 p { color: rgb(133,146,16); }

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

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

 a { background-color: rgb(133,146,16); }

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

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

 span { border-color: rgb(133,146,16); }

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