Html Css Color HEX #9FBCA2 Chinook

📋 copy color: '#9FBCA2'

red 159 ◦ green 188 ◦ blue 162

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

Shades of Chinook #9FBCA2

Tints of Chinook #9FBCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

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

R = 31.24%
G = 36.94%
B = 31.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#9FBCA2 (or 0x9FBCA2) is known color: Chinook. HEX triplet: 9F, BC and A2. RGB value is (159,188,162). Sum of RGB (Red+Green+Blue) = 159+188+162=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA2 is #60435D. Grayscale: #B0B0B0. Windows color (decimal): -6308702 or 10665119. OLE color: 10665119.

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

Color convert

RGB 159 188 162 -
CMYK 0.15 0 0.14 0.26
HSL 126.21º 0.18% 0.68% -
HSV(B) 126.21º 0.15% 0.74% -
XYZ 38.8 45.95 41.01 -
YUV 176.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 159 188 162 0.15 0 0.14 0.26 126.21 0.18 0.68
Hex 9F BC A2 F 0 E 1A 7E 12 44
Octal 237 274 242 17 0 16 32 176 22 104
Binary 10011111 10111100 10100010 1111 0 1110 11010 1111110 10010 1000100

Color Harmonies of #9FBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCA2

Black with #9FBCA2

Text Example


Text Example

White with #9FBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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