Html Css Color HEX #99C6A7 Chinook

📋 copy color: '#99C6A7'

red 153 ◦ green 198 ◦ blue 167

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

Shades of Chinook #99C6A7

Tints of Chinook #99C6A7

RGB

 RED value IS 153 (60.16% from 255) = 29.54%

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

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

R = 29.54%
G = 38.22%
B = 32.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#99C6A7 (or 0x99C6A7) is known color: Chinook. HEX triplet: 99, C6 and A7. RGB value is (153,198,167). Sum of RGB (Red+Green+Blue) = 153+198+167=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #99C6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C6A7 is #663958. Grayscale: #B5B5B5. Windows color (decimal): -6699353 or 10995353. OLE color: 10995353.

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

Color convert

RGB 153 198 167 -
CMYK 0.23 0 0.16 0.22
HSL 138.67º 0.28% 0.69% -
HSV(B) 138.67º 0.23% 0.78% -
XYZ 40.31 49.95 44.08 -
YUV 181.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 153 198 167 0.23 0 0.16 0.22 138.67 0.28 0.69
Hex 99 C6 A7 17 0 10 16 8B 1C 45
Octal 231 306 247 27 0 20 26 213 34 105
Binary 10011001 11000110 10100111 10111 0 10000 10110 10001011 11100 1000101

Color Harmonies of #99C6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C6A7

Black with #99C6A7

Text Example


Text Example

White with #99C6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C6A7; }

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

 H1.HeaderClassName
 {
   color: #99C6A7;
 }
 .AnyTagClassName
 {
   color: #99C6A7;
 }
</style>

background-color css

<style>
 a { background-color: #99C6A7; }

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

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

border-color css

<style>
 span { border-color: #99C6A7; }

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

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