Html Css Color HEX #9BC3A5 Chinook

📋 copy color: '#9BC3A5'

red 155 ◦ green 195 ◦ blue 165

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

Shades of Chinook #9BC3A5

Tints of Chinook #9BC3A5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.86%

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

R = 30.1%
G = 37.86%
B = 32.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#9BC3A5 (or 0x9BC3A5) is known color: Chinook. HEX triplet: 9B, C3 and A5. RGB value is (155,195,165). Sum of RGB (Red+Green+Blue) = 155+195+165=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3A5 is #643C5A. Grayscale: #B3B3B3. Windows color (decimal): -6569051 or 10863515. OLE color: 10863515.

HSL color Cylindrical-coordinate representation of color #9BC3A5: hue angle of 135º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3A5 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 165 -
CMYK 0.21 0 0.15 0.24
HSL 135º 0.25% 0.69% -
HSV(B) 135º 0.21% 0.76% -
XYZ 39.82 48.72 42.9 -
YUV 179.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 155 195 165 0.21 0 0.15 0.24 135 0.25 0.69
Hex 9B C3 A5 15 0 F 18 87 19 45
Octal 233 303 245 25 0 17 30 207 31 105
Binary 10011011 11000011 10100101 10101 0 1111 11000 10000111 11001 1000101

Color Harmonies of #9BC3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3A5

Black with #9BC3A5

Text Example


Text Example

White with #9BC3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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