Html Css Color HEX #9BD3AD Chinook

📋 copy color: '#9BD3AD'

red 155 ◦ green 211 ◦ blue 173

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

Shades of Chinook #9BD3AD

Tints of Chinook #9BD3AD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

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

R = 28.76%
G = 39.15%
B = 32.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#9BD3AD (or 0x9BD3AD) is known color: Chinook. HEX triplet: 9B, D3 and AD. RGB value is (155,211,173). Sum of RGB (Red+Green+Blue) = 155+211+173=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD3AD is #642C52. Grayscale: #BEBEBE. Windows color (decimal): -6564947 or 11391899. OLE color: 11391899.

HSL color Cylindrical-coordinate representation of color #9BD3AD: hue angle of 139.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD3AD is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 173 -
CMYK 0.27 0 0.18 0.17
HSL 139.29º 0.39% 0.72% -
HSV(B) 139.29º 0.27% 0.83% -
XYZ 44.35 56.57 48.12 -
YUV 189.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 155 211 173 0.27 0 0.18 0.17 139.29 0.39 0.72
Hex 9B D3 AD 1B 0 12 11 8B 27 48
Octal 233 323 255 33 0 22 21 213 47 110
Binary 10011011 11010011 10101101 11011 0 10010 10001 10001011 100111 1001000

Color Harmonies of #9BD3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD3AD

Black with #9BD3AD

Text Example


Text Example

White with #9BD3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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