#86C202

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

Shades of Citrus #86C202

Tints of Citrus #86C202

Color information

#86C202 (or 0x86C202) is unknown color: approx Citrus. HEX triplet: 86, C2 and 02. RGB value is (134,194,2). Sum of RGB (Red+Green+Blue) = 134+194+2=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #86C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C202 is #793DFD. Grayscale: #9A9A9A. Windows color (decimal): -7945726 or 180870. OLE color: 180870.

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

Color convert

RGB1341942-
CMYK0.3100.990.24
HSL78.75º97.96%38.43%-
HSV(B)78.75º98.97%76.08%-
XYZ29.1343.666.95-
YUV154.1742.12113.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 194 (76.17% from 255) = 58.79%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=40.61%
G=58.79%
B=0.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13419420.3100.990.2478.7597.9638.43
Hex86C221F063184f6226
Octal20630223701433011714246
Binary10000110110000101011111011000111100010011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,194,2); }

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

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

 a { background-color: rgb(134,194,2); }

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

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

 span { border-color: rgb(134,194,2); }

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