#86CA26

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

Shades of Yellow Green #86CA26

Tints of Yellow Green #86CA26

Color information

#86CA26 (or 0x86CA26) is unknown color: approx Yellow Green. HEX triplet: 86, CA and 26. RGB value is (134,202,38). Sum of RGB (Red+Green+Blue) = 134+202+38=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA26 is #7935D9. Grayscale: #A3A3A3. Windows color (decimal): -7943642 or 2542214. OLE color: 2542214.

HSL color Cylindrical-coordinate representation of color #86CA26: hue angle of 84.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86CA26 is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB13420238-
CMYK0.3400.810.21
HSL84.88º68.33%47.06%-
HSV(B)84.88º81.19%79.22%-
XYZ31.347.459.34-
YUV162.9757.47107.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 38 (15.23% from 255) = 10.16%
R=35.83%
G=54.01%
B=10.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202380.3400.810.2184.8868.3347.06
Hex86CA26220511555442f
Octal206312464201212512510457
Binary1000011011001010100110100010010100011010110101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,38); }

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

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

 a { background-color: rgb(134,202,38); }

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

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

 span { border-color: rgb(134,202,38); }

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