#859C27

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

Shades of Citron #859C27

Tints of Citron #859C27

Color information

#859C27 (or 0x859C27) is unknown color: approx Citron. HEX triplet: 85, 9C and 27. RGB value is (133,156,39). Sum of RGB (Red+Green+Blue) = 133+156+39=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #859C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C27 is #7A63D8. Grayscale: #888888. Windows color (decimal): -8020953 or 2595973. OLE color: 2595973.

HSL color Cylindrical-coordinate representation of color #859C27: hue angle of 71.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #859C27 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB13315639-
CMYK0.1500.750.39
HSL71.79º60%38.24%-
HSV(B)71.79º75%61.18%-
XYZ21.9328.916.34-
YUV135.7873.38126.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 156 (61.33% from 255) = 47.56%
BLUE value IS 39 (15.62% from 255) = 11.89%
R=40.55%
G=47.56%
B=11.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133156390.1500.750.3971.796038.24
Hex859C27F04B27483c26
Octal20523447170113471107446
Binary10000101100111001001111111010010111001111001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859C27; }

 p { color: rgb(133,156,39); }

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

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

 a { background-color: rgb(133,156,39); }

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

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

 span { border-color: rgb(133,156,39); }

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