#8FCB9C

Color #8FCB9C Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8FCB9C

Tints of Chinook #8FCB9C

Color information

#8FCB9C (or 0x8FCB9C) is unknown color: approx Chinook. HEX triplet: 8F, CB and 9C. RGB value is (143,203,156). Sum of RGB (Red+Green+Blue) = 143+203+156=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB9C is #703463. Grayscale: #B3B3B3. Windows color (decimal): -7353444 or 10275727. OLE color: 10275727.

HSL color Cylindrical-coordinate representation of color #8FCB9C: hue angle of 133º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCB9C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB143203156-
CMYK0.3000.230.20
HSL133º36.59%67.84%-
HSV(B)133º29.56%79.61%-
XYZ38.6850.9539.25-
YUV179.7114.62101.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=28.49%
G=40.44%
B=31.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432031560.3000.230.2013336.5967.84
Hex8FCB9C1E01714852544
Octal217313234360272420545104
Binary1000111111001011100111001111001011110100100001011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,203,156); }

 H1.HeaderClassName
 {
   color: #8FCB9C;
 }
 .AnyTagClassName
 {
   color: #8FCB9C;
 }
</style>
background-color css

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

 a { background-color: rgb(143,203,156); }

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

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

 span { border-color: rgb(143,203,156); }

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