#90CB9C

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

Shades of Chinook #90CB9C

Tints of Chinook #90CB9C

Color information

#90CB9C (or 0x90CB9C) is unknown color: approx Chinook. HEX triplet: 90, CB and 9C. RGB value is (144,203,156). Sum of RGB (Red+Green+Blue) = 144+203+156=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CB9C is #6F3463. Grayscale: #B4B4B4. Windows color (decimal): -7287908 or 10275728. OLE color: 10275728.

HSL color Cylindrical-coordinate representation of color #90CB9C: hue angle of 132.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CB9C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB144203156-
CMYK0.2900.230.20
HSL132.2º36.2%68.04%-
HSV(B)132.2º29.06%79.61%-
XYZ38.8651.0439.26-
YUV180114.45102.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=28.63%
G=40.36%
B=31.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442031560.2900.230.20132.236.268.04
Hex90CB9C1D01714842444
Octal220313234350272420444104
Binary1001000011001011100111001110101011110100100001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,203,156); }

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

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

 a { background-color: rgb(144,203,156); }

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

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

 span { border-color: rgb(144,203,156); }

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