#90BCB0

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

Shades of Shadow Green #90BCB0

Tints of Shadow Green #90BCB0

Color information

#90BCB0 (or 0x90BCB0) is unknown color: approx Shadow Green. HEX triplet: 90, BC and B0. RGB value is (144,188,176). Sum of RGB (Red+Green+Blue) = 144+188+176=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCB0 is #6F434F. Grayscale: #ADADAD. Windows color (decimal): -7291728 or 11582608. OLE color: 11582608.

HSL color Cylindrical-coordinate representation of color #90BCB0: hue angle of 163.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BCB0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB144188176-
CMYK0.2300.060.26
HSL163.64º24.72%65.1%-
HSV(B)163.64º23.4%73.73%-
XYZ37.3245.0347.8-
YUV173.48129.42106.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=28.35%
G=37.01%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441881760.2300.060.26163.6424.7265.1
Hex90BCB017061Aa41941
Octal22027426027063224431101
Binary1001000010111100101100001011101101101010100100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90BCB0; }

 p { color: rgb(144,188,176); }

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

<style>
 a { background-color: #90BCB0; }

 a { background-color: rgb(144,188,176); }

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

<style>
 span { border-color: #90BCB0; }

 span { border-color: rgb(144,188,176); }

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