Html Css Color HEX #9BC0A3 Chinook

📋 copy color: '#9BC0A3'

red 155 ◦ green 192 ◦ blue 163

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

Shades of Chinook #9BC0A3

Tints of Chinook #9BC0A3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 30.39%
G = 37.65%
B = 31.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#9BC0A3 (or 0x9BC0A3) is known color: Chinook. HEX triplet: 9B, C0 and A3. RGB value is (155,192,163). Sum of RGB (Red+Green+Blue) = 155+192+163=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0A3 is #643F5C. Grayscale: #B1B1B1. Windows color (decimal): -6569821 or 10731675. OLE color: 10731675.

HSL color Cylindrical-coordinate representation of color #9BC0A3: hue angle of 132.97º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BC0A3 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 163 -
CMYK 0.19 0 0.15 0.25
HSL 132.97º 0.23% 0.68% -
HSV(B) 132.97º 0.19% 0.75% -
XYZ 38.98 47.31 41.73 -
YUV 177.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 155 192 163 0.19 0 0.15 0.25 132.97 0.23 0.68
Hex 9B C0 A3 13 0 F 19 85 17 44
Octal 233 300 243 23 0 17 31 205 27 104
Binary 10011011 11000000 10100011 10011 0 1111 11001 10000101 10111 1000100

Color Harmonies of #9BC0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0A3

Black with #9BC0A3

Text Example


Text Example

White with #9BC0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,163); }

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

background-color css

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

 a { background-color: rgb(155,192,163); }

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

border-color css

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

 span { border-color: rgb(155,192,163); }

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