Html Css Color HEX #90CBA3 Chinook

📋 copy color: '#90CBA3'

red 144 ◦ green 203 ◦ blue 163

#90CBA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #90CBA3

Tints of Chinook #90CBA3

RGB

 RED value IS 144 (56.64% from 255) = 28.24%

 GREEN value IS 203 (79.69% from 255) = 39.8%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 28.24%
G = 39.8%
B = 31.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#90CBA3 (or 0x90CBA3) is known color: 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

RGB 144 203 163 -
CMYK 0.29 0 0.20 0.20
HSL 139.32º 0.36% 0.68% -
HSV(B) 139.32º 0.29% 0.8% -
XYZ 39.47 51.29 42.47 -
YUV 180.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 144 203 163 0.29 0 0.20 0.20 139.32 0.36 0.68
Hex 90 CB A3 1D 0 14 14 8B 24 44
Octal 220 313 243 35 0 24 24 213 44 104
Binary 10010000 11001011 10100011 11101 0 10100 10100 10001011 100100 1000100

Color Harmonies of #90CBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBA3

Black with #90CBA3

Text Example


Text Example

White with #90CBA3

Text Example


Text Example

HTML Codes & Css Web 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>