Html Css Color HEX #9BCAA7 Chinook

📋 copy color: '#9BCAA7'

red 155 ◦ green 202 ◦ blue 167

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

Shades of Chinook #9BCAA7

Tints of Chinook #9BCAA7

RGB

 RED value IS 155 (60.94% from 255) = 29.58%

 GREEN value IS 202 (79.3% from 255) = 38.55%

 BLUE value IS 167 (65.63% from 255) = 31.87%

R = 29.58%
G = 38.55%
B = 31.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#9BCAA7 (or 0x9BCAA7) is known color: Chinook. HEX triplet: 9B, CA and A7. RGB value is (155,202,167). Sum of RGB (Red+Green+Blue) = 155+202+167=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA7 is #643558. Grayscale: #B8B8B8. Windows color (decimal): -6567257 or 10996379. OLE color: 10996379.

HSL color Cylindrical-coordinate representation of color #9BCAA7: hue angle of 135.32º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAA7 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 202 167 -
CMYK 0.23 0 0.17 0.21
HSL 135.32º 0.31% 0.7% -
HSV(B) 135.32º 0.23% 0.79% -
XYZ 41.61 52 44.4 -
YUV 183.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 155 202 167 0.23 0 0.17 0.21 135.32 0.31 0.7
Hex 9B CA A7 17 0 11 15 87 1F 46
Octal 233 312 247 27 0 21 25 207 37 106
Binary 10011011 11001010 10100111 10111 0 10001 10101 10000111 11111 1000110

Color Harmonies of #9BCAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCAA7

Black with #9BCAA7

Text Example


Text Example

White with #9BCAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,167); }

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

background-color css

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

 a { background-color: rgb(155,202,167); }

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

border-color css

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

 span { border-color: rgb(155,202,167); }

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