Html Css Color HEX #8BCE9A Chinook

📋 copy color: '#8BCE9A'

red 139 ◦ green 206 ◦ blue 154

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

Shades of Chinook #8BCE9A

Tints of Chinook #8BCE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.86%

R = 27.86%
G = 41.28%
B = 30.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#8BCE9A (or 0x8BCE9A) is known color: Chinook. HEX triplet: 8B, CE and 9A. RGB value is (139,206,154). Sum of RGB (Red+Green+Blue) = 139+206+154=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE9A is #743165. Grayscale: #B4B4B4. Windows color (decimal): -7614822 or 10145419. OLE color: 10145419.

HSL color Cylindrical-coordinate representation of color #8BCE9A: hue angle of 133.43º 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 #8BCE9A is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 206 154 -
CMYK 0.33 0 0.25 0.19
HSL 133.43º 0.41% 0.68% -
HSV(B) 133.43º 0.33% 0.81% -
XYZ 38.55 51.96 38.57 -
YUV 180.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 139 206 154 0.33 0 0.25 0.19 133.43 0.41 0.68
Hex 8B CE 9A 21 0 19 13 85 29 44
Octal 213 316 232 41 0 31 23 205 51 104
Binary 10001011 11001110 10011010 100001 0 11001 10011 10000101 101001 1000100

Color Harmonies of #8BCE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCE9A

Black with #8BCE9A

Text Example


Text Example

White with #8BCE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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