Html Css Color HEX #8BCD9E Chinook

📋 copy color: '#8BCD9E'

red 139 ◦ green 205 ◦ blue 158

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

Shades of Chinook #8BCD9E

Tints of Chinook #8BCD9E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 27.69%
G = 40.84%
B = 31.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#8BCD9E (or 0x8BCD9E) is known color: Chinook. HEX triplet: 8B, CD and 9E. RGB value is (139,205,158). Sum of RGB (Red+Green+Blue) = 139+205+158=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD9E is #743261. Grayscale: #B4B4B4. Windows color (decimal): -7615074 or 10407307. OLE color: 10407307.

HSL color Cylindrical-coordinate representation of color #8BCD9E: hue angle of 137.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCD9E is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 205 158 -
CMYK 0.32 0 0.23 0.20
HSL 137.27º 0.4% 0.67% -
HSV(B) 137.27º 0.32% 0.8% -
XYZ 38.65 51.62 40.27 -
YUV 179.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 139 205 158 0.32 0 0.23 0.20 137.27 0.4 0.67
Hex 8B CD 9E 20 0 17 14 89 28 43
Octal 213 315 236 40 0 27 24 211 50 103
Binary 10001011 11001101 10011110 100000 0 10111 10100 10001001 101000 1000011

Color Harmonies of #8BCD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD9E

Black with #8BCD9E

Text Example


Text Example

White with #8BCD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,205,158); }

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

background-color css

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

 a { background-color: rgb(139,205,158); }

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

border-color css

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

 span { border-color: rgb(139,205,158); }

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