#86C826

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

Shades of Yellow Green #86C826

Tints of Yellow Green #86C826

Color information

#86C826 (or 0x86C826) is unknown color: approx Yellow Green. HEX triplet: 86, C8 and 26. RGB value is (134,200,38). Sum of RGB (Red+Green+Blue) = 134+200+38=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 38 (15.23% from 255 or 10.22% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #86C826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C826 is #7937D9. Grayscale: #A2A2A2. Windows color (decimal): -7944154 or 2541702. OLE color: 2541702.

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

Color convert

RGB13420038-
CMYK0.3300.810.22
HSL84.44º68.07%46.67%-
HSV(B)84.44º81%78.43%-
XYZ30.8446.529.19-
YUV161.858.13108.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 200 (78.52% from 255) = 53.76%
BLUE value IS 38 (15.23% from 255) = 10.22%
R=36.02%
G=53.76%
B=10.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134200380.3300.810.2284.4468.0746.67
Hex86C826210511654442f
Octal206310464101212612410457
Binary1000011011001000100110100001010100011011010101001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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