Html Css Color HEX #9FBEA2 Chinook

📋 copy color: '#9FBEA2'

red 159 ◦ green 190 ◦ blue 162

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

Shades of Chinook #9FBEA2

Tints of Chinook #9FBEA2

RGB

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

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

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

R = 31.12%
G = 37.18%
B = 31.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#9FBEA2 (or 0x9FBEA2) is known color: Chinook. HEX triplet: 9F, BE and A2. RGB value is (159,190,162). Sum of RGB (Red+Green+Blue) = 159+190+162=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA2 is #60415D. Grayscale: #B1B1B1. Windows color (decimal): -6308190 or 10665631. OLE color: 10665631.

HSL color Cylindrical-coordinate representation of color #9FBEA2: hue angle of 125.81º 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 #9FBEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 162 -
CMYK 0.16 0 0.15 0.25
HSL 125.81º 0.19% 0.68% -
HSV(B) 125.81º 0.16% 0.75% -
XYZ 39.23 46.81 41.15 -
YUV 177.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 159 190 162 0.16 0 0.15 0.25 125.81 0.19 0.68
Hex 9F BE A2 10 0 F 19 7E 13 44
Octal 237 276 242 20 0 17 31 176 23 104
Binary 10011111 10111110 10100010 10000 0 1111 11001 1111110 10011 1000100

Color Harmonies of #9FBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBEA2

Black with #9FBEA2

Text Example


Text Example

White with #9FBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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