#859216

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

Shades of Citron #859216

Tints of Citron #859216

Color information

#859216 (or 0x859216) is unknown color: approx Citron. HEX triplet: 85, 92 and 16. RGB value is (133,146,22). Sum of RGB (Red+Green+Blue) = 133+146+22=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #859216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859216 is #7A6DE9. Grayscale: #808080. Windows color (decimal): -8023530 or 1479301. OLE color: 1479301.

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

Color convert

RGB13314622-
CMYK0.0900.850.43
HSL66.29º73.81%32.94%-
HSV(B)66.29º84.93%57.25%-
XYZ20.125.64.64-
YUV127.9868.19131.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=44.19%
G=48.50%
B=7.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146220.0900.850.4366.2973.8132.94
Hex85921690552B424a21
Octal205222261101255310211241
Binary10000101100100101011010010101010110101110000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859216; }

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

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

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

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

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

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

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

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