Html Css Color HEX #9EBDA2 Chinook

📋 copy color: '#9EBDA2'

red 158 ◦ green 189 ◦ blue 162

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

Shades of Chinook #9EBDA2

Tints of Chinook #9EBDA2

RGB

 RED value IS 158 (62.11% from 255) = 31.04%

 GREEN value IS 189 (74.22% from 255) = 37.13%

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 31.04%
G = 37.13%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#9EBDA2 (or 0x9EBDA2) is known color: Chinook. HEX triplet: 9E, BD and A2. RGB value is (158,189,162). Sum of RGB (Red+Green+Blue) = 158+189+162=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDA2 is #61425D. Grayscale: #B0B0B0. Windows color (decimal): -6373982 or 10665374. OLE color: 10665374.

HSL color Cylindrical-coordinate representation of color #9EBDA2: hue angle of 127.74º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDA2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 162 -
CMYK 0.16 0 0.14 0.26
HSL 127.74º 0.19% 0.68% -
HSV(B) 127.74º 0.16% 0.74% -
XYZ 38.82 46.27 41.07 -
YUV 176.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 158 189 162 0.16 0 0.14 0.26 127.74 0.19 0.68
Hex 9E BD A2 10 0 E 1A 80 13 44
Octal 236 275 242 20 0 16 32 200 23 104
Binary 10011110 10111101 10100010 10000 0 1110 11010 10000000 10011 1000100

Color Harmonies of #9EBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDA2

Black with #9EBDA2

Text Example


Text Example

White with #9EBDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EBDA2; }

 p { color: rgb(158,189,162); }

 H1.HeaderClassName
 {
   color: #9EBDA2;
 }
 .AnyTagClassName
 {
   color: #9EBDA2;
 }
</style>

background-color css

<style>
 a { background-color: #9EBDA2; }

 a { background-color: rgb(158,189,162); }

 div.DivClassName
 {
   background-color: #9EBDA2;
 }
 .BgClassName
 {
   background-color: #9EBDA2;
 }
</style>

border-color css

<style>
 span { border-color: #9EBDA2; }

 span { border-color: rgb(158,189,162); }

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