Html Css Color HEX #9CBEA0 Chinook

📋 copy color: '#9CBEA0'

red 156 ◦ green 190 ◦ blue 160

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

Shades of Chinook #9CBEA0

Tints of Chinook #9CBEA0

RGB

 RED value IS 156 (61.33% from 255) = 30.83%

 GREEN value IS 190 (74.61% from 255) = 37.55%

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

R = 30.83%
G = 37.55%
B = 31.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#9CBEA0 (or 0x9CBEA0) is known color: Chinook. HEX triplet: 9C, BE and A0. RGB value is (156,190,160). Sum of RGB (Red+Green+Blue) = 156+190+160=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEA0 is #63415F. Grayscale: #B0B0B0. Windows color (decimal): -6504800 or 10534556. OLE color: 10534556.

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

Color convert

RGB 156 190 160 -
CMYK 0.18 0 0.16 0.25
HSL 127.06º 0.21% 0.68% -
HSV(B) 127.06º 0.18% 0.75% -
XYZ 38.47 46.43 40.19 -
YUV 176.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 156 190 160 0.18 0 0.16 0.25 127.06 0.21 0.68
Hex 9C BE A0 12 0 10 19 7F 15 44
Octal 234 276 240 22 0 20 31 177 25 104
Binary 10011100 10111110 10100000 10010 0 10000 11001 1111111 10101 1000100

Color Harmonies of #9CBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBEA0

Black with #9CBEA0

Text Example


Text Example

White with #9CBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,160); }

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

background-color css

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

 a { background-color: rgb(156,190,160); }

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

border-color css

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

 span { border-color: rgb(156,190,160); }

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