#8BD69C

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

Shades of Chinook #8BD69C

Tints of Chinook #8BD69C

Color information

#8BD69C (or 0x8BD69C) is unknown color: approx Chinook. HEX triplet: 8B, D6 and 9C. RGB value is (139,214,156). Sum of RGB (Red+Green+Blue) = 139+214+156=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD69C is #742963. Grayscale: #B9B9B9. Windows color (decimal): -7612772 or 10278539. OLE color: 10278539.

HSL color Cylindrical-coordinate representation of color #8BD69C: hue angle of 133.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD69C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB139214156-
CMYK0.3500.270.16
HSL133.6º47.77%69.22%-
HSV(B)133.6º35.05%83.92%-
XYZ40.6955.9840.11-
YUV184.96111.6595.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=27.31%
G=42.04%
B=30.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141560.3500.270.16133.647.7769.22
Hex8BD69C2301B10863045
Octal213326234430332020660105
Binary10001011110101101001110010001101101110000100001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,156); }

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

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

 a { background-color: rgb(139,214,156); }

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

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

 span { border-color: rgb(139,214,156); }

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