#8BB4A0

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

Shades of Summer Green #8BB4A0

Tints of Summer Green #8BB4A0

Color information

#8BB4A0 (or 0x8BB4A0) is unknown color: approx Summer Green. HEX triplet: 8B, B4 and A0. RGB value is (139,180,160). Sum of RGB (Red+Green+Blue) = 139+180+160=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB4A0 is #744B5F. Grayscale: #A5A5A5. Windows color (decimal): -7621472 or 10531979. OLE color: 10531979.

HSL color Cylindrical-coordinate representation of color #8BB4A0: hue angle of 150.73º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB4A0 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB139180160-
CMYK0.2300.110.29
HSL150.73º21.47%62.55%-
HSV(B)150.73º22.78%70.59%-
XYZ33.3140.6739.35-
YUV165.46124.92109.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.02%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=29.02%
G=37.58%
B=33.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801600.2300.110.29150.7321.4762.55
Hex8BB4A0170B1D97153f
Octal21326424027013352272577
Binary1000101110110100101000001011101011111011001011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,160); }

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

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

 a { background-color: rgb(139,180,160); }

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

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

 span { border-color: rgb(139,180,160); }

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