Html Css Color HEX #9FBEA3 Chinook

📋 copy color: '#9FBEA3'

red 159 ◦ green 190 ◦ blue 163

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

Shades of Chinook #9FBEA3

Tints of Chinook #9FBEA3

RGB

 RED value IS 159 (62.5% from 255) = 31.05%

 GREEN value IS 190 (74.61% from 255) = 37.11%

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

R = 31.05%
G = 37.11%
B = 31.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#9FBEA3 (or 0x9FBEA3) is known color: Chinook. HEX triplet: 9F, BE and A3. RGB value is (159,190,163). Sum of RGB (Red+Green+Blue) = 159+190+163=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA3 is #60415C. Grayscale: #B1B1B1. Windows color (decimal): -6308189 or 10731167. OLE color: 10731167.

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

Color convert

RGB 159 190 163 -
CMYK 0.16 0 0.14 0.25
HSL 127.74º 0.19% 0.68% -
HSV(B) 127.74º 0.16% 0.75% -
XYZ 39.32 46.84 41.62 -
YUV 177.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 159 190 163 0.16 0 0.14 0.25 127.74 0.19 0.68
Hex 9F BE A3 10 0 E 19 80 13 44
Octal 237 276 243 20 0 16 31 200 23 104
Binary 10011111 10111110 10100011 10000 0 1110 11001 10000000 10011 1000100

Color Harmonies of #9FBEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEA3

Black with #9FBEA3

Text Example


Text Example

White with #9FBEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,190,163); }

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

background-color css

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

 a { background-color: rgb(159,190,163); }

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

border-color css

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

 span { border-color: rgb(159,190,163); }

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