#8BDA98

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

Shades of Chinook #8BDA98

Tints of Chinook #8BDA98

Color information

#8BDA98 (or 0x8BDA98) is unknown color: approx Chinook. HEX triplet: 8B, DA and 98. RGB value is (139,218,152). Sum of RGB (Red+Green+Blue) = 139+218+152=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA98 is #742567. Grayscale: #BBBBBB. Windows color (decimal): -7611752 or 10017419. OLE color: 10017419.

HSL color Cylindrical-coordinate representation of color #8BDA98: hue angle of 129.87º degrees, saturation: 0.52, 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 #8BDA98 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB139218152-
CMYK0.3600.300.15
HSL129.87º51.63%70%-
HSV(B)129.87º36.24%85.49%-
XYZ41.3957.938.7-
YUV186.86108.3393.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=27.31%
G=42.83%
B=29.86%

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
Decimal1392181520.3600.300.15129.8751.6370
Hex8BDA982401EF823446
Octal213332230440361720264106
Binary1000101111011010100110001001000111101111100000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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