#86C102

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

Shades of Citrus #86C102

Tints of Citrus #86C102

Color information

#86C102 (or 0x86C102) is unknown color: approx Citrus. HEX triplet: 86, C1 and 02. RGB value is (134,193,2). Sum of RGB (Red+Green+Blue) = 134+193+2=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #86C102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C102 is #793EFD. Grayscale: #9A9A9A. Windows color (decimal): -7945982 or 180614. OLE color: 180614.

HSL color Cylindrical-coordinate representation of color #86C102: hue angle of 78.53º 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 #86C102 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1341932-
CMYK0.3100.990.24
HSL78.53º97.95%38.24%-
HSV(B)78.53º98.96%75.69%-
XYZ28.9143.216.87-
YUV153.5842.45114.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 193 (75.78% from 255) = 58.66%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=40.73%
G=58.66%
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
Decimal13419320.3100.990.2478.5397.9538.24
Hex86C121F063184f6226
Octal20630123701433011714246
Binary10000110110000011011111011000111100010011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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