#90BDB2

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

Shades of Shadow Green #90BDB2

Tints of Shadow Green #90BDB2

Color information

#90BDB2 (or 0x90BDB2) is unknown color: approx Shadow Green. HEX triplet: 90, BD and B2. RGB value is (144,189,178). Sum of RGB (Red+Green+Blue) = 144+189+178=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #90BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BDB2 is #6F424D. Grayscale: #AEAEAE. Windows color (decimal): -7291470 or 11713936. OLE color: 11713936.

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

Color convert

RGB144189178-
CMYK0.2400.060.26
HSL165.33º25.42%65.29%-
HSV(B)165.33º23.81%74.12%-
XYZ37.7445.5448.92-
YUV174.29130.09106.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.18%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 178 (69.92% from 255) = 34.83%
R=28.18%
G=36.99%
B=34.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441891780.2400.060.26165.3325.4265.29
Hex90BDB218061Aa51941
Octal22027526230063224531101
Binary1001000010111101101100101100001101101010100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,178); }

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

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

 a { background-color: rgb(144,189,178); }

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

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

 span { border-color: rgb(144,189,178); }

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