#8BBB95

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

Shades of Summer Green #8BBB95

Tints of Summer Green #8BBB95

Color information

#8BBB95 (or 0x8BBB95) is unknown color: approx Summer Green. HEX triplet: 8B, BB and 95. RGB value is (139,187,149). Sum of RGB (Red+Green+Blue) = 139+187+149=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBB95 is #74446A. Grayscale: #A8A8A8. Windows color (decimal): -7619691 or 9812875. OLE color: 9812875.

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

Color convert

RGB139187149-
CMYK0.2600.200.27
HSL132.5º26.09%63.92%-
HSV(B)132.5º25.67%73.33%-
XYZ33.8443.234.99-
YUV168.32117.1107.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=29.26%
G=39.37%
B=31.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871490.2600.200.27132.526.0963.92
Hex8BBB951A0141B841a40
Octal213273225320243320432100
Binary100010111011101110010101110100101001101110000100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,149); }

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

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

 a { background-color: rgb(139,187,149); }

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

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

 span { border-color: rgb(139,187,149); }

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