#8BBCA1

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

Shades of Summer Green #8BBCA1

Tints of Summer Green #8BBCA1

Color information

#8BBCA1 (or 0x8BBCA1) is unknown color: approx Summer Green. HEX triplet: 8B, BC and A1. RGB value is (139,188,161). Sum of RGB (Red+Green+Blue) = 139+188+161=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBCA1 is #74435E. Grayscale: #AAAAAA. Windows color (decimal): -7619423 or 10599563. OLE color: 10599563.

HSL color Cylindrical-coordinate representation of color #8BBCA1: hue angle of 146.94º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCA1 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB139188161-
CMYK0.2600.140.26
HSL146.94º26.78%64.12%-
HSV(B)146.94º26.06%73.73%-
XYZ35.0644.0340.37-
YUV170.27122.77105.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=28.48%
G=38.52%
B=32.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391881610.2600.140.26146.9426.7864.12
Hex8BBCA11A0E1A931b40
Octal213274241320163222333100
Binary10001011101111001010000111010011101101010010011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBCA1; }

 p { color: rgb(139,188,161); }

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

<style>
 a { background-color: #8BBCA1; }

 a { background-color: rgb(139,188,161); }

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

<style>
 span { border-color: #8BBCA1; }

 span { border-color: rgb(139,188,161); }

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