Html Css Color HEX #9BD5A1 Chinook

📋 copy color: '#9BD5A1'

red 155 ◦ green 213 ◦ blue 161

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

Shades of Chinook #9BD5A1

Tints of Chinook #9BD5A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.43%

R = 29.3%
G = 40.26%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#9BD5A1 (or 0x9BD5A1) is known color: Chinook. HEX triplet: 9B, D5 and A1. RGB value is (155,213,161). Sum of RGB (Red+Green+Blue) = 155+213+161=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD5A1 is #642A5E. Grayscale: #BDBDBD. Windows color (decimal): -6564447 or 10605979. OLE color: 10605979.

HSL color Cylindrical-coordinate representation of color #9BD5A1: hue angle of 126.21º 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 #9BD5A1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 161 -
CMYK 0.27 0 0.24 0.16
HSL 126.21º 0.41% 0.72% -
HSV(B) 126.21º 0.27% 0.84% -
XYZ 43.74 57.13 42.44 -
YUV 189.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 155 213 161 0.27 0 0.24 0.16 126.21 0.41 0.72
Hex 9B D5 A1 1B 0 18 10 7E 29 48
Octal 233 325 241 33 0 30 20 176 51 110
Binary 10011011 11010101 10100001 11011 0 11000 10000 1111110 101001 1001000

Color Harmonies of #9BD5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD5A1

Black with #9BD5A1

Text Example


Text Example

White with #9BD5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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