#8BB094

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

Shades of Summer Green #8BB094

Tints of Summer Green #8BB094

Color information

#8BB094 (or 0x8BB094) is unknown color: approx Summer Green. HEX triplet: 8B, B0 and 94. RGB value is (139,176,148). Sum of RGB (Red+Green+Blue) = 139+176+148=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB094 is #744F6B. Grayscale: #A1A1A1. Windows color (decimal): -7622508 or 9744523. OLE color: 9744523.

HSL color Cylindrical-coordinate representation of color #8BB094: hue angle of 134.59º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB094 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB139176148-
CMYK0.2100.160.31
HSL134.59º18.97%61.76%-
HSV(B)134.59º21.02%69.02%-
XYZ31.5238.6833.82-
YUV161.74120.24111.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=30.02%
G=38.01%
B=31.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761480.2100.160.31134.5918.9761.76
Hex8BB094150101F87133e
Octal21326022425020372072376
Binary10001011101100001001010010101010000111111000011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,148); }

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

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

 a { background-color: rgb(139,176,148); }

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

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

 span { border-color: rgb(139,176,148); }

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