#8BBC94

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

Shades of Summer Green #8BBC94

Tints of Summer Green #8BBC94

Color information

#8BBC94 (or 0x8BBC94) is unknown color: approx Summer Green. HEX triplet: 8B, BC and 94. RGB value is (139,188,148). Sum of RGB (Red+Green+Blue) = 139+188+148=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBC94 is #74436B. Grayscale: #A8A8A8. Windows color (decimal): -7619436 or 9747595. OLE color: 9747595.

HSL color Cylindrical-coordinate representation of color #8BBC94: hue angle of 131.02º 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 #8BBC94 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB139188148-
CMYK0.2600.210.26
HSL131.02º26.78%64.12%-
HSV(B)131.02º26.06%73.73%-
XYZ33.9843.5934.64-
YUV168.79116.27106.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=29.26%
G=39.58%
B=31.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391881480.2600.210.26131.0226.7864.12
Hex8BBC941A0151A831b40
Octal213274224320253220333100
Binary100010111011110010010100110100101011101010000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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