Html Css Color HEX #9BCDAB Chinook

📋 copy color: '#9BCDAB'

red 155 ◦ green 205 ◦ blue 171

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

Shades of Chinook #9BCDAB

Tints of Chinook #9BCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

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

R = 29.19%
G = 38.61%
B = 32.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#9BCDAB (or 0x9BCDAB) is known color: Chinook. HEX triplet: 9B, CD and AB. RGB value is (155,205,171). Sum of RGB (Red+Green+Blue) = 155+205+171=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCDAB is #643254. Grayscale: #BABABA. Windows color (decimal): -6566485 or 11259291. OLE color: 11259291.

HSL color Cylindrical-coordinate representation of color #9BCDAB: hue angle of 139.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDAB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 171 -
CMYK 0.24 0 0.17 0.20
HSL 139.2º 0.33% 0.71% -
HSV(B) 139.2º 0.24% 0.8% -
XYZ 42.7 53.57 46.62 -
YUV 186.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 155 205 171 0.24 0 0.17 0.20 139.2 0.33 0.71
Hex 9B CD AB 18 0 11 14 8B 21 47
Octal 233 315 253 30 0 21 24 213 41 107
Binary 10011011 11001101 10101011 11000 0 10001 10100 10001011 100001 1000111

Color Harmonies of #9BCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDAB

Black with #9BCDAB

Text Example


Text Example

White with #9BCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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