Html Css Color HEX #9CCBA5 Chinook

📋 copy color: '#9CCBA5'

red 156 ◦ green 203 ◦ blue 165

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

Shades of Chinook #9CCBA5

Tints of Chinook #9CCBA5

RGB

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

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

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

R = 29.77%
G = 38.74%
B = 31.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#9CCBA5 (or 0x9CCBA5) is known color: Chinook. HEX triplet: 9C, CB and A5. RGB value is (156,203,165). Sum of RGB (Red+Green+Blue) = 156+203+165=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBA5 is #63345A. Grayscale: #B8B8B8. Windows color (decimal): -6501467 or 10865564. OLE color: 10865564.

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

Color convert

RGB 156 203 165 -
CMYK 0.23 0 0.19 0.20
HSL 131.49º 0.31% 0.7% -
HSV(B) 131.49º 0.23% 0.8% -
XYZ 41.86 52.5 43.52 -
YUV 184.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 156 203 165 0.23 0 0.19 0.20 131.49 0.31 0.7
Hex 9C CB A5 17 0 13 14 83 1F 46
Octal 234 313 245 27 0 23 24 203 37 106
Binary 10011100 11001011 10100101 10111 0 10011 10100 10000011 11111 1000110

Color Harmonies of #9CCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCBA5

Black with #9CCBA5

Text Example


Text Example

White with #9CCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,203,165); }

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

background-color css

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

 a { background-color: rgb(156,203,165); }

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

border-color css

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

 span { border-color: rgb(156,203,165); }

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