#90CBA3

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

Shades of Chinook #90CBA3

Tints of Chinook #90CBA3

Color information

#90CBA3 (or 0x90CBA3) is unknown color: approx Chinook. HEX triplet: 90, CB and A3. RGB value is (144,203,163). Sum of RGB (Red+Green+Blue) = 144+203+163=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CBA3 is #6F345C. Grayscale: #B4B4B4. Windows color (decimal): -7287901 or 10734480. OLE color: 10734480.

HSL color Cylindrical-coordinate representation of color #90CBA3: hue angle of 139.32º 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 #90CBA3 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB144203163-
CMYK0.2900.200.20
HSL139.32º36.2%68.04%-
HSV(B)139.32º29.06%79.61%-
XYZ39.4751.2942.47-
YUV180.8117.95101.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=28.24%
G=39.80%
B=31.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442031630.2900.200.20139.3236.268.04
Hex90CBA31D014148b2444
Octal220313243350242421344104
Binary1001000011001011101000111110101010010100100010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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