Html Css Color HEX #8CCC9C Chinook

📋 copy color: '#8CCC9C'

red 140 ◦ green 204 ◦ blue 156

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

Shades of Chinook #8CCC9C

Tints of Chinook #8CCC9C

RGB

 RED value IS 140 (55.08% from 255) = 28%

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 28%
G = 40.8%
B = 31.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#8CCC9C (or 0x8CCC9C) is known color: Chinook. HEX triplet: 8C, CC and 9C. RGB value is (140,204,156). Sum of RGB (Red+Green+Blue) = 140+204+156=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC9C is #733363. Grayscale: #B3B3B3. Windows color (decimal): -7549796 or 10275980. OLE color: 10275980.

HSL color Cylindrical-coordinate representation of color #8CCC9C: hue angle of 135º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCC9C is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 156 -
CMYK 0.31 0 0.24 0.2
HSL 135º 0.39% 0.67% -
HSV(B) 135º 0.31% 0.8% -
XYZ 38.41 51.16 39.3 -
YUV 179.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 140 204 156 0.31 0 0.24 0.2 135 0.39 0.67
Hex 8C CC 9C 1F 0 18 14 87 27 43
Octal 214 314 234 37 0 30 24 207 47 103
Binary 10001100 11001100 10011100 11111 0 11000 10100 10000111 100111 1000011

Color Harmonies of #8CCC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC9C

Black with #8CCC9C

Text Example


Text Example

White with #8CCC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCC9C; }

 p { color: rgb(140,204,156); }

 H1.HeaderClassName
 {
   color: #8CCC9C;
 }
 .AnyTagClassName
 {
   color: #8CCC9C;
 }
</style>

background-color css

<style>
 a { background-color: #8CCC9C; }

 a { background-color: rgb(140,204,156); }

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

border-color css

<style>
 span { border-color: #8CCC9C; }

 span { border-color: rgb(140,204,156); }

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