#8CBDB0

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

Shades of Shadow Green #8CBDB0

Tints of Shadow Green #8CBDB0

Color information

#8CBDB0 (or 0x8CBDB0) is unknown color: approx Shadow Green. HEX triplet: 8C, BD and B0. RGB value is (140,189,176). Sum of RGB (Red+Green+Blue) = 140+189+176=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBDB0 is #73424F. Grayscale: #ACACAC. Windows color (decimal): -7553616 or 11582860. OLE color: 11582860.

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

Color convert

RGB140189176-
CMYK0.2600.070.26
HSL164.08º27.07%64.51%-
HSV(B)164.08º25.93%74.12%-
XYZ36.8545.1147.84-
YUV172.87129.77104.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=27.72%
G=37.43%
B=34.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891760.2600.070.26164.0827.0764.51
Hex8CBDB01A071Aa41b41
Octal21427526032073224433101
Binary1000110010111101101100001101001111101010100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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