Html Css Color HEX #8BCE9F Chinook

📋 copy color: '#8BCE9F'

red 139 ◦ green 206 ◦ blue 159

#8BCE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #8BCE9F

Tints of Chinook #8BCE9F

RGB

 RED value IS 139 (54.69% from 255) = 27.58%

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 27.58%
G = 40.87%
B = 31.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#8BCE9F (or 0x8BCE9F) is known color: Chinook. HEX triplet: 8B, CE and 9F. RGB value is (139,206,159). Sum of RGB (Red+Green+Blue) = 139+206+159=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE9F is #743160. Grayscale: #B4B4B4. Windows color (decimal): -7614817 or 10473099. OLE color: 10473099.

HSL color Cylindrical-coordinate representation of color #8BCE9F: hue angle of 137.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCE9F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 206 159 -
CMYK 0.33 0 0.23 0.19
HSL 137.91º 0.41% 0.68% -
HSV(B) 137.91º 0.33% 0.81% -
XYZ 38.98 52.13 40.81 -
YUV 180.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 139 206 159 0.33 0 0.23 0.19 137.91 0.41 0.68
Hex 8B CE 9F 21 0 17 13 8A 29 44
Octal 213 316 237 41 0 27 23 212 51 104
Binary 10001011 11001110 10011111 100001 0 10111 10011 10001010 101001 1000100

Color Harmonies of #8BCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCE9F

Black with #8BCE9F

Text Example


Text Example

White with #8BCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,206,159); }

 H1.HeaderClassName
 {
   color: #8BCE9F;
 }
 .AnyTagClassName
 {
   color: #8BCE9F;
 }
</style>

background-color css

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

 a { background-color: rgb(139,206,159); }

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

border-color css

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

 span { border-color: rgb(139,206,159); }

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