#859612

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

Shades of Citron #859612

Tints of Citron #859612

Color information

#859612 (or 0x859612) is unknown color: approx Citron. HEX triplet: 85, 96 and 12. RGB value is (133,150,18). Sum of RGB (Red+Green+Blue) = 133+150+18=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #859612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859612 is #7A69ED. Grayscale: #828282. Windows color (decimal): -8022510 or 1218181. OLE color: 1218181.

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

Color convert

RGB13315018-
CMYK0.1100.880.41
HSL67.73º78.57%32.94%-
HSV(B)67.73º88%58.82%-
XYZ20.6926.844.66-
YUV129.8764.87130.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=44.19%
G=49.83%
B=5.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133150180.1100.880.4167.7378.5732.94
Hex859612B05829444f21
Octal205226221301305110411741
Binary10000101100101101001010110101100010100110001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859612; }

 p { color: rgb(133,150,18); }

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

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

 a { background-color: rgb(133,150,18); }

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

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

 span { border-color: rgb(133,150,18); }

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