Html Css Color HEX #9BD6AD Chinook

📋 copy color: '#9BD6AD'

red 155 ◦ green 214 ◦ blue 173

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

Shades of Chinook #9BD6AD

Tints of Chinook #9BD6AD

RGB

 RED value IS 155 (60.94% from 255) = 28.6%

 GREEN value IS 214 (83.98% from 255) = 39.48%

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 28.6%
G = 39.48%
B = 31.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#9BD6AD (or 0x9BD6AD) is known color: Chinook. HEX triplet: 9B, D6 and AD. RGB value is (155,214,173). Sum of RGB (Red+Green+Blue) = 155+214+173=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD6AD is #642952. Grayscale: #BFBFBF. Windows color (decimal): -6564179 or 11392667. OLE color: 11392667.

HSL color Cylindrical-coordinate representation of color #9BD6AD: hue angle of 138.31º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD6AD is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 173 -
CMYK 0.28 0 0.19 0.16
HSL 138.31º 0.42% 0.72% -
HSV(B) 138.31º 0.28% 0.84% -
XYZ 45.11 58.08 48.37 -
YUV 191.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 155 214 173 0.28 0 0.19 0.16 138.31 0.42 0.72
Hex 9B D6 AD 1C 0 13 10 8A 2A 48
Octal 233 326 255 34 0 23 20 212 52 110
Binary 10011011 11010110 10101101 11100 0 10011 10000 10001010 101010 1001000

Color Harmonies of #9BD6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD6AD

Black with #9BD6AD

Text Example


Text Example

White with #9BD6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BD6AD; }

 p { color: rgb(155,214,173); }

 H1.HeaderClassName
 {
   color: #9BD6AD;
 }
 .AnyTagClassName
 {
   color: #9BD6AD;
 }
</style>

background-color css

<style>
 a { background-color: #9BD6AD; }

 a { background-color: rgb(155,214,173); }

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

border-color css

<style>
 span { border-color: #9BD6AD; }

 span { border-color: rgb(155,214,173); }

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