#86C32F

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

Shades of Yellow Green #86C32F

Tints of Yellow Green #86C32F

Color information

#86C32F (or 0x86C32F) is unknown color: approx Yellow Green. HEX triplet: 86, C3 and 2F. RGB value is (134,195,47). Sum of RGB (Red+Green+Blue) = 134+195+47=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #86C32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C32F is #793CD0. Grayscale: #A0A0A0. Windows color (decimal): -7945425 or 3130246. OLE color: 3130246.

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

Color convert

RGB13419547-
CMYK0.3100.760.24
HSL84.73º61.16%47.45%-
HSV(B)84.73º75.9%76.47%-
XYZ29.8644.39.67-
YUV159.8964.29109.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=35.64%
G=51.86%
B=12.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134195470.3100.760.2484.7361.1647.45
Hex86C32F1F04C18553d2f
Octal20630357370114301257557
Binary10000110110000111011111111101001100110001010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,195,47); }

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

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

 a { background-color: rgb(134,195,47); }

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

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

 span { border-color: rgb(134,195,47); }

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