#8BD5A0

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

Shades of Chinook #8BD5A0

Tints of Chinook #8BD5A0

Color information

#8BD5A0 (or 0x8BD5A0) is unknown color: approx Chinook. HEX triplet: 8B, D5 and A0. RGB value is (139,213,160). Sum of RGB (Red+Green+Blue) = 139+213+160=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD5A0 is #742A5F. Grayscale: #B8B8B8. Windows color (decimal): -7613024 or 10540427. OLE color: 10540427.

HSL color Cylindrical-coordinate representation of color #8BD5A0: hue angle of 137.03º degrees, saturation: 0.47, 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 #8BD5A0 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB139213160-
CMYK0.3500.250.16
HSL137.03º46.84%69.02%-
HSV(B)137.03º34.74%83.53%-
XYZ40.7955.6241.84-
YUV184.83113.9895.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=27.15%
G=41.60%
B=31.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131600.3500.250.16137.0346.8469.02
Hex8BD5A02301910892f45
Octal213325240430312021157105
Binary10001011110101011010000010001101100110000100010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,213,160); }

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

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

 a { background-color: rgb(139,213,160); }

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

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

 span { border-color: rgb(139,213,160); }

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