#86CA32

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

Shades of Yellow Green #86CA32

Tints of Yellow Green #86CA32

Color information

#86CA32 (or 0x86CA32) is unknown color: approx Yellow Green. HEX triplet: 86, CA and 32. RGB value is (134,202,50). Sum of RGB (Red+Green+Blue) = 134+202+50=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA32 is #7935CD. Grayscale: #A4A4A4. Windows color (decimal): -7943630 or 3328646. OLE color: 3328646.

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

Color convert

RGB13420250-
CMYK0.3400.750.21
HSL86.84º60.32%49.41%-
HSV(B)86.84º75.25%79.22%-
XYZ31.5347.5410.53-
YUV164.3463.47106.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 202 (79.30% from 255) = 52.33%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=34.72%
G=52.33%
B=12.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202500.3400.750.2186.8460.3249.41
Hex86CA322204B15573c31
Octal20631262420113251277461
Binary100001101100101011001010001001001011101011010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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