Html Css Color HEX #8BD29E Chinook

📋 copy color: '#8BD29E'

red 139 ◦ green 210 ◦ blue 158

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

Shades of Chinook #8BD29E

Tints of Chinook #8BD29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.42%

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

R = 27.42%
G = 41.42%
B = 31.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#8BD29E (or 0x8BD29E) is known color: Chinook. HEX triplet: 8B, D2 and 9E. RGB value is (139,210,158). Sum of RGB (Red+Green+Blue) = 139+210+158=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD29E is #742D61. Grayscale: #B6B6B6. Windows color (decimal): -7613794 or 10408587. OLE color: 10408587.

HSL color Cylindrical-coordinate representation of color #8BD29E: hue angle of 136.06º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD29E is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 210 158 -
CMYK 0.34 0 0.25 0.18
HSL 136.06º 0.44% 0.68% -
HSV(B) 136.06º 0.34% 0.82% -
XYZ 39.87 54.05 40.68 -
YUV 182.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 139 210 158 0.34 0 0.25 0.18 136.06 0.44 0.68
Hex 8B D2 9E 22 0 19 12 88 2C 44
Octal 213 322 236 42 0 31 22 210 54 104
Binary 10001011 11010010 10011110 100010 0 11001 10010 10001000 101100 1000100

Color Harmonies of #8BD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD29E

Black with #8BD29E

Text Example


Text Example

White with #8BD29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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