Html Css Color HEX #9BD5AD Chinook

📋 copy color: '#9BD5AD'

red 155 ◦ green 213 ◦ blue 173

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

Shades of Chinook #9BD5AD

Tints of Chinook #9BD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.37%

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

R = 28.65%
G = 39.37%
B = 31.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#9BD5AD (or 0x9BD5AD) is known color: Chinook. HEX triplet: 9B, D5 and AD. RGB value is (155,213,173). Sum of RGB (Red+Green+Blue) = 155+213+173=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD5AD is #642A52. Grayscale: #BFBFBF. Windows color (decimal): -6564435 or 11392411. OLE color: 11392411.

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

Color convert

RGB 155 213 173 -
CMYK 0.27 0 0.19 0.16
HSL 138.62º 0.41% 0.72% -
HSV(B) 138.62º 0.27% 0.84% -
XYZ 44.85 57.57 48.28 -
YUV 191.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 155 213 173 0.27 0 0.19 0.16 138.62 0.41 0.72
Hex 9B D5 AD 1B 0 13 10 8B 29 48
Octal 233 325 255 33 0 23 20 213 51 110
Binary 10011011 11010101 10101101 11011 0 10011 10000 10001011 101001 1001000

Color Harmonies of #9BD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5AD

Black with #9BD5AD

Text Example


Text Example

White with #9BD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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