Html Css Color HEX #8BDE9B Chinook

📋 copy color: '#8BDE9B'

red 139 ◦ green 222 ◦ blue 155

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

Shades of Chinook #8BDE9B

Tints of Chinook #8BDE9B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

 BLUE value IS 155 (60.94% from 255) = 30.04%

R = 26.94%
G = 43.02%
B = 30.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#8BDE9B (or 0x8BDE9B) is known color: Chinook. HEX triplet: 8B, DE and 9B. RGB value is (139,222,155). Sum of RGB (Red+Green+Blue) = 139+222+155=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDE9B is #742164. Grayscale: #BDBDBD. Windows color (decimal): -7610725 or 10215051. OLE color: 10215051.

HSL color Cylindrical-coordinate representation of color #8BDE9B: hue angle of 131.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDE9B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 222 155 -
CMYK 0.37 0 0.30 0.13
HSL 131.57º 0.56% 0.71% -
HSV(B) 131.57º 0.37% 0.87% -
XYZ 42.69 60.1 40.36 -
YUV 189.55 108.5 91.95 -
System Red Green Blue C M Y K H S L
Decimal 139 222 155 0.37 0 0.30 0.13 131.57 0.56 0.71
Hex 8B DE 9B 25 0 1E D 84 38 47
Octal 213 336 233 45 0 36 15 204 70 107
Binary 10001011 11011110 10011011 100101 0 11110 1101 10000100 111000 1000111

Color Harmonies of #8BDE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDE9B

Black with #8BDE9B

Text Example


Text Example

White with #8BDE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,222,155); }

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

background-color css

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

 a { background-color: rgb(139,222,155); }

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

border-color css

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

 span { border-color: rgb(139,222,155); }

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