Html Css Color HEX #9BDCAB Chinook

📋 copy color: '#9BDCAB'

red 155 ◦ green 220 ◦ blue 171

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

Shades of Chinook #9BDCAB

Tints of Chinook #9BDCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.29%

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 28.39%
G = 40.29%
B = 31.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#9BDCAB (or 0x9BDCAB) is known color: Chinook. HEX triplet: 9B, DC and AB. RGB value is (155,220,171). Sum of RGB (Red+Green+Blue) = 155+220+171=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCAB is #642354. Grayscale: #C3C3C3. Windows color (decimal): -6562645 or 11263131. OLE color: 11263131.

HSL color Cylindrical-coordinate representation of color #9BDCAB: hue angle of 134.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCAB is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 171 -
CMYK 0.30 0 0.22 0.14
HSL 134.77º 0.48% 0.74% -
HSV(B) 134.77º 0.3% 0.86% -
XYZ 46.46 61.1 47.87 -
YUV 194.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 155 220 171 0.30 0 0.22 0.14 134.77 0.48 0.74
Hex 9B DC AB 1E 0 16 E 87 30 4A
Octal 233 334 253 36 0 26 16 207 60 112
Binary 10011011 11011100 10101011 11110 0 10110 1110 10000111 110000 1001010

Color Harmonies of #9BDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCAB

Black with #9BDCAB

Text Example


Text Example

White with #9BDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,171); }

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

background-color css

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

 a { background-color: rgb(155,220,171); }

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

border-color css

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

 span { border-color: rgb(155,220,171); }

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