Html Css Color HEX #9BDDA4 Chinook

📋 copy color: '#9BDDA4'

red 155 ◦ green 221 ◦ blue 164

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

Shades of Chinook #9BDDA4

Tints of Chinook #9BDDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.37%

R = 28.7%
G = 40.93%
B = 30.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#9BDDA4 (or 0x9BDDA4) is known color: Chinook. HEX triplet: 9B, DD and A4. RGB value is (155,221,164). Sum of RGB (Red+Green+Blue) = 155+221+164=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDA4 is #64225B. Grayscale: #C2C2C2. Windows color (decimal): -6562396 or 10804635. OLE color: 10804635.

HSL color Cylindrical-coordinate representation of color #9BDDA4: hue angle of 128.18º 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 #9BDDA4 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 221 164 -
CMYK 0.30 0 0.26 0.13
HSL 128.18º 0.49% 0.74% -
HSV(B) 128.18º 0.3% 0.87% -
XYZ 46.07 61.36 44.54 -
YUV 194.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 155 221 164 0.30 0 0.26 0.13 128.18 0.49 0.74
Hex 9B DD A4 1E 0 1A D 80 31 4A
Octal 233 335 244 36 0 32 15 200 61 112
Binary 10011011 11011101 10100100 11110 0 11010 1101 10000000 110001 1001010

Color Harmonies of #9BDDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDA4

Black with #9BDDA4

Text Example


Text Example

White with #9BDDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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