#90BBB0

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

Shades of Shadow Green #90BBB0

Tints of Shadow Green #90BBB0

Color information

#90BBB0 (or 0x90BBB0) is unknown color: approx Shadow Green. HEX triplet: 90, BB and B0. RGB value is (144,187,176). Sum of RGB (Red+Green+Blue) = 144+187+176=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #90BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BBB0 is #6F444F. Grayscale: #ACACAC. Windows color (decimal): -7291984 or 11582352. OLE color: 11582352.

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

Color convert

RGB144187176-
CMYK0.2300.060.27
HSL164.65º24.02%64.9%-
HSV(B)164.65º22.99%73.33%-
XYZ37.1144.647.73-
YUV172.89129.75107.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=28.40%
G=36.88%
B=34.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441871760.2300.060.27164.6524.0264.9
Hex90BBB017061Ba51841
Octal22027326027063324530101
Binary1001000010111011101100001011101101101110100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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