Html Css Color HEX #9BCCA3 Chinook

📋 copy color: '#9BCCA3'

red 155 ◦ green 204 ◦ blue 163

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

Shades of Chinook #9BCCA3

Tints of Chinook #9BCCA3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

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

R = 29.69%
G = 39.08%
B = 31.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#9BCCA3 (or 0x9BCCA3) is known color: Chinook. HEX triplet: 9B, CC and A3. RGB value is (155,204,163). Sum of RGB (Red+Green+Blue) = 155+204+163=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCCA3 is #64335C. Grayscale: #B8B8B8. Windows color (decimal): -6566749 or 10734747. OLE color: 10734747.

HSL color Cylindrical-coordinate representation of color #9BCCA3: hue angle of 129.8º 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 #9BCCA3 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 163 -
CMYK 0.24 0 0.20 0.2
HSL 129.8º 0.32% 0.7% -
HSV(B) 129.8º 0.24% 0.8% -
XYZ 41.72 52.8 42.64 -
YUV 184.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 155 204 163 0.24 0 0.20 0.2 129.8 0.32 0.7
Hex 9B CC A3 18 0 14 14 82 20 46
Octal 233 314 243 30 0 24 24 202 40 106
Binary 10011011 11001100 10100011 11000 0 10100 10100 10000010 100000 1000110

Color Harmonies of #9BCCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCCA3

Black with #9BCCA3

Text Example


Text Example

White with #9BCCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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