#8BD898

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

Shades of Chinook #8BD898

Tints of Chinook #8BD898

Color information

#8BD898 (or 0x8BD898) is unknown color: approx Chinook. HEX triplet: 8B, D8 and 98. RGB value is (139,216,152). Sum of RGB (Red+Green+Blue) = 139+216+152=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD898 is #742767. Grayscale: #B9B9B9. Windows color (decimal): -7612264 or 10016907. OLE color: 10016907.

HSL color Cylindrical-coordinate representation of color #8BD898: hue angle of 130.13º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD898 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB139216152-
CMYK0.3600.300.15
HSL130.13º49.68%69.61%-
HSV(B)130.13º35.65%84.71%-
XYZ40.8756.8738.53-
YUV185.68108.9994.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=27.42%
G=42.60%
B=29.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392161520.3600.300.15130.1349.6869.61
Hex8BD8982401EF823246
Octal213330230440361720262106
Binary1000101111011000100110001001000111101111100000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,216,152); }

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

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

 a { background-color: rgb(139,216,152); }

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

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

 span { border-color: rgb(139,216,152); }

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