#8BCF9A

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

Shades of Chinook #8BCF9A

Tints of Chinook #8BCF9A

Color information

#8BCF9A (or 0x8BCF9A) is unknown color: approx Chinook. HEX triplet: 8B, CF and 9A. RGB value is (139,207,154). Sum of RGB (Red+Green+Blue) = 139+207+154=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCF9A is #743065. Grayscale: #B4B4B4. Windows color (decimal): -7614566 or 10145675. OLE color: 10145675.

HSL color Cylindrical-coordinate representation of color #8BCF9A: hue angle of 133.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCF9A is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB139207154-
CMYK0.3300.260.19
HSL133.24º41.46%67.84%-
HSV(B)133.24º32.85%81.18%-
XYZ38.7952.4538.65-
YUV180.63112.9798.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 207 (81.25% from 255) = 41.4%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=27.8%
G=41.4%
B=30.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1392071540.3300.260.19133.2441.4667.84
Hex8BCF9A2101A13852944
Octal213317232410322320551104
Binary10001011110011111001101010000101101010011100001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,207,154); }

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

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

 a { background-color: rgb(139,207,154); }

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

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

 span { border-color: rgb(139,207,154); }

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