#8CBDB9

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

Shades of Shadow Green #8CBDB9

Tints of Shadow Green #8CBDB9

Color information

#8CBDB9 (or 0x8CBDB9) is unknown color: approx Shadow Green. HEX triplet: 8C, BD and B9. RGB value is (140,189,185). Sum of RGB (Red+Green+Blue) = 140+189+185=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDB9 is #734246. Grayscale: #ADADAD. Windows color (decimal): -7553607 or 12172684. OLE color: 12172684.

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

Color convert

RGB140189185-
CMYK0.2600.020.26
HSL175.1º27.07%64.51%-
HSV(B)175.1º25.93%74.12%-
XYZ37.7745.4752.69-
YUV173.89134.27103.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.24%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=27.24%
G=36.77%
B=35.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891850.2600.020.26175.127.0764.51
Hex8CBDB91A021Aaf1b41
Octal21427527132023225733101
Binary100011001011110110111001110100101101010101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,185); }

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

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

 a { background-color: rgb(140,189,185); }

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

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

 span { border-color: rgb(140,189,185); }

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