Html Css Color HEX #9BDCA5 Chinook

📋 copy color: '#9BDCA5'

red 155 ◦ green 220 ◦ blue 165

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

Shades of Chinook #9BDCA5

Tints of Chinook #9BDCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 165 (64.84% from 255) = 30.56%

R = 28.7%
G = 40.74%
B = 30.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#9BDCA5 (or 0x9BDCA5) is known color: Chinook. HEX triplet: 9B, DC and A5. RGB value is (155,220,165). Sum of RGB (Red+Green+Blue) = 155+220+165=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCA5 is #64235A. Grayscale: #C2C2C2. Windows color (decimal): -6562651 or 10869915. OLE color: 10869915.

HSL color Cylindrical-coordinate representation of color #9BDCA5: hue angle of 129.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 165 -
CMYK 0.30 0 0.25 0.14
HSL 129.23º 0.48% 0.74% -
HSV(B) 129.23º 0.3% 0.86% -
XYZ 45.9 60.87 44.93 -
YUV 194.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 155 220 165 0.30 0 0.25 0.14 129.23 0.48 0.74
Hex 9B DC A5 1E 0 19 E 81 30 4A
Octal 233 334 245 36 0 31 16 201 60 112
Binary 10011011 11011100 10100101 11110 0 11001 1110 10000001 110000 1001010

Color Harmonies of #9BDCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCA5

Black with #9BDCA5

Text Example


Text Example

White with #9BDCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,165); }

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

background-color css

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

 a { background-color: rgb(155,220,165); }

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

border-color css

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

 span { border-color: rgb(155,220,165); }

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