#86BE35

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

Shades of Yellow Green #86BE35

Tints of Yellow Green #86BE35

Color information

#86BE35 (or 0x86BE35) is unknown color: approx Yellow Green. HEX triplet: 86, BE and 35. RGB value is (134,190,53). Sum of RGB (Red+Green+Blue) = 134+190+53=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BE35 is #7941CA. Grayscale: #9E9E9E. Windows color (decimal): -7946699 or 3522182. OLE color: 3522182.

HSL color Cylindrical-coordinate representation of color #86BE35: hue angle of 84.53º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86BE35 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB13419053-
CMYK0.2900.720.25
HSL84.53º56.38%47.65%-
HSV(B)84.53º72.11%74.51%-
XYZ28.8942.159.98-
YUV157.6468.95111.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 190 (74.61% from 255) = 50.40%
BLUE value IS 53 (21.09% from 255) = 14.06%
R=35.54%
G=50.40%
B=14.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134190530.2900.720.2584.5356.3847.65
Hex86BE351D04819553830
Octal20627665350110311257060
Binary10000110101111101101011110101001000110011010101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,53); }

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

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

 a { background-color: rgb(134,190,53); }

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

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

 span { border-color: rgb(134,190,53); }

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