Html Css Color HEX #9BCBA0 Chinook

📋 copy color: '#9BCBA0'

red 155 ◦ green 203 ◦ blue 160

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

Shades of Chinook #9BCBA0

Tints of Chinook #9BCBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.19%

 BLUE value IS 160 (62.89% from 255) = 30.89%

R = 29.92%
G = 39.19%
B = 30.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#9BCBA0 (or 0x9BCBA0) is known color: Chinook. HEX triplet: 9B, CB and A0. RGB value is (155,203,160). Sum of RGB (Red+Green+Blue) = 155+203+160=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBA0 is #64345F. Grayscale: #B7B7B7. Windows color (decimal): -6567008 or 10537883. OLE color: 10537883.

HSL color Cylindrical-coordinate representation of color #9BCBA0: hue angle of 126.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCBA0 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 160 -
CMYK 0.24 0 0.21 0.20
HSL 126.25º 0.32% 0.7% -
HSV(B) 126.25º 0.24% 0.8% -
XYZ 41.22 52.22 41.16 -
YUV 183.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 155 203 160 0.24 0 0.21 0.20 126.25 0.32 0.7
Hex 9B CB A0 18 0 15 14 7E 20 46
Octal 233 313 240 30 0 25 24 176 40 106
Binary 10011011 11001011 10100000 11000 0 10101 10100 1111110 100000 1000110

Color Harmonies of #9BCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBA0

Black with #9BCBA0

Text Example


Text Example

White with #9BCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,203,160); }

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

background-color css

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

 a { background-color: rgb(155,203,160); }

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

border-color css

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

 span { border-color: rgb(155,203,160); }

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