#86C109

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

Shades of Citrus #86C109

Tints of Citrus #86C109

Color information

#86C109 (or 0x86C109) is unknown color: approx Citrus. HEX triplet: 86, C1 and 09. RGB value is (134,193,9). Sum of RGB (Red+Green+Blue) = 134+193+9=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #86C109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C109 is #793EF6. Grayscale: #9B9B9B. Windows color (decimal): -7945975 or 639366. OLE color: 639366.

HSL color Cylindrical-coordinate representation of color #86C109: hue angle of 79.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86C109 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1341939-
CMYK0.3100.950.24
HSL79.24º91.09%39.61%-
HSV(B)79.24º95.34%75.69%-
XYZ28.9543.237.08-
YUV154.3845.95113.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 193 (75.78% from 255) = 57.44%
BLUE value IS 9 (3.91% from 255) = 2.68%
R=39.88%
G=57.44%
B=2.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13419390.3100.950.2479.2491.0939.61
Hex86C191F05F184f5b28
Octal206301113701373011713350
Binary1000011011000001100111111010111111100010011111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C109; }

 p { color: rgb(134,193,9); }

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

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

 a { background-color: rgb(134,193,9); }

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

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

 span { border-color: rgb(134,193,9); }

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