#86C133

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

Shades of Yellow Green #86C133

Tints of Yellow Green #86C133

Color information

#86C133 (or 0x86C133) is unknown color: approx Yellow Green. HEX triplet: 86, C1 and 33. RGB value is (134,193,51). Sum of RGB (Red+Green+Blue) = 134+193+51=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #86C133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C133 is #793ECC. Grayscale: #9F9F9F. Windows color (decimal): -7945933 or 3391878. OLE color: 3391878.

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

Color convert

RGB13419351-
CMYK0.3100.740.24
HSL84.93º58.2%47.84%-
HSV(B)84.93º73.58%75.69%-
XYZ29.543.459.96-
YUV159.1766.95110.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 193 (75.78% from 255) = 51.06%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=35.45%
G=51.06%
B=13.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193510.3100.740.2484.9358.247.84
Hex86C1331F04A18553a30
Octal20630163370112301257260
Binary10000110110000011100111111101001010110001010101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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