#8BE2A5

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

Shades of Chinook #8BE2A5

Tints of Chinook #8BE2A5

Color information

#8BE2A5 (or 0x8BE2A5) is unknown color: approx Chinook. HEX triplet: 8B, E2 and A5. RGB value is (139,226,165). Sum of RGB (Red+Green+Blue) = 139+226+165=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE2A5 is #741D5A. Grayscale: #C1C1C1. Windows color (decimal): -7609691 or 10871435. OLE color: 10871435.

HSL color Cylindrical-coordinate representation of color #8BE2A5: hue angle of 137.93º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE2A5 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB139226165-
CMYK0.3800.270.11
HSL137.93º60%71.57%-
HSV(B)137.93º38.5%88.63%-
XYZ44.6462.645.33-
YUV193.03112.1889.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 226 (88.67% from 255) = 42.64%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=26.23%
G=42.64%
B=31.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1392261650.3800.270.11137.936071.57
Hex8BE2A52601BB8a3c48
Octal213342245460331321274110
Binary1000101111100010101001011001100110111011100010101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BE2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,226,165); }

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

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

 a { background-color: rgb(139,226,165); }

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

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

 span { border-color: rgb(139,226,165); }

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