#90C89B

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

Shades of Chinook #90C89B

Tints of Chinook #90C89B

Color information

#90C89B (or 0x90C89B) is unknown color: approx Chinook. HEX triplet: 90, C8 and 9B. RGB value is (144,200,155). Sum of RGB (Red+Green+Blue) = 144+200+155=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #90C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C89B is #6F3764. Grayscale: #B2B2B2. Windows color (decimal): -7288677 or 10209424. OLE color: 10209424.

HSL color Cylindrical-coordinate representation of color #90C89B: hue angle of 131.79º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90C89B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB144200155-
CMYK0.2800.220.22
HSL131.79º33.73%67.45%-
HSV(B)131.79º28%78.43%-
XYZ38.0749.638.58-
YUV178.13114.95103.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=28.86%
G=40.08%
B=31.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1442001550.2800.220.22131.7933.7367.45
Hex90C89B1C01616842243
Octal220310233340262620442103
Binary1001000011001000100110111110001011010110100001001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,155); }

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

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

 a { background-color: rgb(144,200,155); }

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

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

 span { border-color: rgb(144,200,155); }

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