Html Css Color HEX #9BDD9F Chinook

📋 copy color: '#9BDD9F'

red 155 ◦ green 221 ◦ blue 159

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

Shades of Chinook #9BDD9F

Tints of Chinook #9BDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.31%

 BLUE value IS 159 (62.5% from 255) = 29.72%

R = 28.97%
G = 41.31%
B = 29.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#9BDD9F (or 0x9BDD9F) is known color: Chinook. HEX triplet: 9B, DD and 9F. RGB value is (155,221,159). Sum of RGB (Red+Green+Blue) = 155+221+159=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD9F is #642260. Grayscale: #C2C2C2. Windows color (decimal): -6562401 or 10476955. OLE color: 10476955.

HSL color Cylindrical-coordinate representation of color #9BDD9F: hue angle of 123.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDD9F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 159 -
CMYK 0.30 0 0.28 0.13
HSL 123.64º 0.49% 0.74% -
HSV(B) 123.64º 0.3% 0.87% -
XYZ 45.63 61.18 42.21 -
YUV 194.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 155 221 159 0.30 0 0.28 0.13 123.64 0.49 0.74
Hex 9B DD 9F 1E 0 1C D 7C 31 4A
Octal 233 335 237 36 0 34 15 174 61 112
Binary 10011011 11011101 10011111 11110 0 11100 1101 1111100 110001 1001010

Color Harmonies of #9BDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDD9F

Black with #9BDD9F

Text Example


Text Example

White with #9BDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,221,159); }

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

background-color css

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

 a { background-color: rgb(155,221,159); }

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

border-color css

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

 span { border-color: rgb(155,221,159); }

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