Html Css Color HEX #9BC8A9 Chinook

📋 copy color: '#9BC8A9'

red 155 ◦ green 200 ◦ blue 169

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

Shades of Chinook #9BC8A9

Tints of Chinook #9BC8A9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 169 (66.41% from 255) = 32.25%

R = 29.58%
G = 38.17%
B = 32.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#9BC8A9 (or 0x9BC8A9) is known color: Chinook. HEX triplet: 9B, C8 and A9. RGB value is (155,200,169). Sum of RGB (Red+Green+Blue) = 155+200+169=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC8A9 is #643756. Grayscale: #B7B7B7. Windows color (decimal): -6567767 or 11126939. OLE color: 11126939.

HSL color Cylindrical-coordinate representation of color #9BC8A9: hue angle of 138.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC8A9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 200 169 -
CMYK 0.22 0 0.16 0.22
HSL 138.67º 0.29% 0.7% -
HSV(B) 138.67º 0.23% 0.78% -
XYZ 41.33 51.14 45.23 -
YUV 183.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 155 200 169 0.22 0 0.16 0.22 138.67 0.29 0.7
Hex 9B C8 A9 16 0 10 16 8B 1D 46
Octal 233 310 251 26 0 20 26 213 35 106
Binary 10011011 11001000 10101001 10110 0 10000 10110 10001011 11101 1000110

Color Harmonies of #9BC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC8A9

Black with #9BC8A9

Text Example


Text Example

White with #9BC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,200,169); }

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

background-color css

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

 a { background-color: rgb(155,200,169); }

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

border-color css

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

 span { border-color: rgb(155,200,169); }

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