#8BD099

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

Shades of Chinook #8BD099

Tints of Chinook #8BD099

Color information

#8BD099 (or 0x8BD099) is unknown color: approx Chinook. HEX triplet: 8B, D0 and 99. RGB value is (139,208,153). Sum of RGB (Red+Green+Blue) = 139+208+153=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD099 is #742F66. Grayscale: #B5B5B5. Windows color (decimal): -7614311 or 10080395. OLE color: 10080395.

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

Color convert

RGB139208153-
CMYK0.3300.260.18
HSL132.17º42.33%68.04%-
HSV(B)132.17º33.17%81.57%-
XYZ38.9552.938.29-
YUV181.1112.1497.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=27.8%
G=41.6%
B=30.6%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081530.3300.260.18132.1742.3368.04
Hex8BD0992101A12842a44
Octal213320231410322220452104
Binary10001011110100001001100110000101101010010100001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,153); }

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

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

 a { background-color: rgb(139,208,153); }

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

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

 span { border-color: rgb(139,208,153); }

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