Html Css Color HEX #9AC3A5 Chinook

📋 copy color: '#9AC3A5'

red 154 ◦ green 195 ◦ blue 165

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

Shades of Chinook #9AC3A5

Tints of Chinook #9AC3A5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 29.96%
G = 37.94%
B = 32.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#9AC3A5 (or 0x9AC3A5) is known color: Chinook. HEX triplet: 9A, C3 and A5. RGB value is (154,195,165). Sum of RGB (Red+Green+Blue) = 154+195+165=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A5 is #653C5A. Grayscale: #B3B3B3. Windows color (decimal): -6634587 or 10863514. OLE color: 10863514.

HSL color Cylindrical-coordinate representation of color #9AC3A5: hue angle of 136.1º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC3A5 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 195 165 -
CMYK 0.21 0 0.15 0.24
HSL 136.1º 0.25% 0.68% -
HSV(B) 136.1º 0.21% 0.76% -
XYZ 39.63 48.62 42.89 -
YUV 179.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 154 195 165 0.21 0 0.15 0.24 136.1 0.25 0.68
Hex 9A C3 A5 15 0 F 18 88 19 44
Octal 232 303 245 25 0 17 30 210 31 104
Binary 10011010 11000011 10100101 10101 0 1111 11000 10001000 11001 1000100

Color Harmonies of #9AC3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC3A5

Black with #9AC3A5

Text Example


Text Example

White with #9AC3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,195,165); }

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

background-color css

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

 a { background-color: rgb(154,195,165); }

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

border-color css

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

 span { border-color: rgb(154,195,165); }

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