Html Css Color HEX #9BC6A9 Chinook

📋 copy color: '#9BC6A9'

red 155 ◦ green 198 ◦ blue 169

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

Shades of Chinook #9BC6A9

Tints of Chinook #9BC6A9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

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

R = 29.69%
G = 37.93%
B = 32.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#9BC6A9 (or 0x9BC6A9) is known color: Chinook. HEX triplet: 9B, C6 and A9. RGB value is (155,198,169). Sum of RGB (Red+Green+Blue) = 155+198+169=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC6A9 is #643956. Grayscale: #B5B5B5. Windows color (decimal): -6568279 or 11126427. OLE color: 11126427.

HSL color Cylindrical-coordinate representation of color #9BC6A9: hue angle of 139.53º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC6A9 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 169 -
CMYK 0.22 0 0.15 0.22
HSL 139.53º 0.27% 0.69% -
HSV(B) 139.53º 0.22% 0.78% -
XYZ 40.87 50.22 45.08 -
YUV 181.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 155 198 169 0.22 0 0.15 0.22 139.53 0.27 0.69
Hex 9B C6 A9 16 0 F 16 8C 1B 45
Octal 233 306 251 26 0 17 26 214 33 105
Binary 10011011 11000110 10101001 10110 0 1111 10110 10001100 11011 1000101

Color Harmonies of #9BC6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC6A9

Black with #9BC6A9

Text Example


Text Example

White with #9BC6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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