Html Css Color HEX #9BD1A7 Chinook

📋 copy color: '#9BD1A7'

red 155 ◦ green 209 ◦ blue 167

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

Shades of Chinook #9BD1A7

Tints of Chinook #9BD1A7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

 BLUE value IS 167 (65.63% from 255) = 31.45%

R = 29.19%
G = 39.36%
B = 31.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#9BD1A7 (or 0x9BD1A7) is known color: Chinook. HEX triplet: 9B, D1 and A7. RGB value is (155,209,167). Sum of RGB (Red+Green+Blue) = 155+209+167=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD1A7 is #642E58. Grayscale: #BCBCBC. Windows color (decimal): -6565465 or 10998171. OLE color: 10998171.

HSL color Cylindrical-coordinate representation of color #9BD1A7: hue angle of 133.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD1A7 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 209 167 -
CMYK 0.26 0 0.20 0.18
HSL 133.33º 0.37% 0.71% -
HSV(B) 133.33º 0.26% 0.82% -
XYZ 43.29 55.36 44.96 -
YUV 188.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 155 209 167 0.26 0 0.20 0.18 133.33 0.37 0.71
Hex 9B D1 A7 1A 0 14 12 85 25 47
Octal 233 321 247 32 0 24 22 205 45 107
Binary 10011011 11010001 10100111 11010 0 10100 10010 10000101 100101 1000111

Color Harmonies of #9BD1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1A7

Black with #9BD1A7

Text Example


Text Example

White with #9BD1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,209,167); }

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

background-color css

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

 a { background-color: rgb(155,209,167); }

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

border-color css

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

 span { border-color: rgb(155,209,167); }

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