#86BB93

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

Shades of Summer Green #86BB93

Tints of Summer Green #86BB93

Color information

#86BB93 (or 0x86BB93) is unknown color: approx Summer Green. HEX triplet: 86, BB and 93. RGB value is (134,187,147). Sum of RGB (Red+Green+Blue) = 134+187+147=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BB93 is #79446C. Grayscale: #A6A6A6. Windows color (decimal): -7947373 or 9681798. OLE color: 9681798.

HSL color Cylindrical-coordinate representation of color #86BB93: hue angle of 134.72º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BB93 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB134187147-
CMYK0.2800.210.27
HSL134.72º28.04%62.94%-
HSV(B)134.72º28.34%73.33%-
XYZ32.8742.7234.12-
YUV166.59116.94104.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=28.63%
G=39.96%
B=31.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341871470.2800.210.27134.7228.0462.94
Hex86BB931C0151B871c3f
Octal20627322334025332073477
Binary10000110101110111001001111100010101110111000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,187,147); }

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

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

 a { background-color: rgb(134,187,147); }

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

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

 span { border-color: rgb(134,187,147); }

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