Html Css Color HEX #9AC6A7 Chinook

📋 copy color: '#9AC6A7'

red 154 ◦ green 198 ◦ blue 167

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

Shades of Chinook #9AC6A7

Tints of Chinook #9AC6A7

RGB

 RED value IS 154 (60.55% from 255) = 29.67%

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

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

R = 29.67%
G = 38.15%
B = 32.18%

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

#9AC6A7 (or 0x9AC6A7) is known color: Chinook. HEX triplet: 9A, C6 and A7. RGB value is (154,198,167). Sum of RGB (Red+Green+Blue) = 154+198+167=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC6A7 is #653958. Grayscale: #B5B5B5. Windows color (decimal): -6633817 or 10995354. OLE color: 10995354.

HSL color Cylindrical-coordinate representation of color #9AC6A7: hue angle of 137.73º degrees, saturation: 0.28, 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 #9AC6A7 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 198 167 -
CMYK 0.22 0 0.16 0.22
HSL 137.73º 0.28% 0.69% -
HSV(B) 137.73º 0.22% 0.78% -
XYZ 40.5 50.05 44.09 -
YUV 181.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 154 198 167 0.22 0 0.16 0.22 137.73 0.28 0.69
Hex 9A C6 A7 16 0 10 16 8A 1C 45
Octal 232 306 247 26 0 20 26 212 34 105
Binary 10011010 11000110 10100111 10110 0 10000 10110 10001010 11100 1000101

Color Harmonies of #9AC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC6A7

Black with #9AC6A7

Text Example


Text Example

White with #9AC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,198,167); }

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

background-color css

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

 a { background-color: rgb(154,198,167); }

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

border-color css

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

 span { border-color: rgb(154,198,167); }

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