#86BE98

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

Shades of Summer Green #86BE98

Tints of Summer Green #86BE98

Color information

#86BE98 (or 0x86BE98) is unknown color: approx Summer Green. HEX triplet: 86, BE and 98. RGB value is (134,190,152). Sum of RGB (Red+Green+Blue) = 134+190+152=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE98 is #794167. Grayscale: #A9A9A9. Windows color (decimal): -7946600 or 10010246. OLE color: 10010246.

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

Color convert

RGB134190152-
CMYK0.2900.20.25
HSL139.29º30.11%63.53%-
HSV(B)139.29º29.47%74.51%-
XYZ33.9144.1636.44-
YUV168.92118.45103.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=28.15%
G=39.92%
B=31.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901520.2900.20.25139.2930.1163.53
Hex86BE981D014198b1e40
Octal206276230350243121336100
Binary100001101011111010011000111010101001100110001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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