Html Css Color HEX #9BC4A7 Chinook

📋 copy color: '#9BC4A7'

red 155 ◦ green 196 ◦ blue 167

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

Shades of Chinook #9BC4A7

Tints of Chinook #9BC4A7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 29.92%
G = 37.84%
B = 32.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#9BC4A7 (or 0x9BC4A7) is known color: Chinook. HEX triplet: 9B, C4 and A7. RGB value is (155,196,167). Sum of RGB (Red+Green+Blue) = 155+196+167=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC4A7 is #643B58. Grayscale: #B4B4B4. Windows color (decimal): -6568793 or 10994843. OLE color: 10994843.

HSL color Cylindrical-coordinate representation of color #9BC4A7: hue angle of 137.56º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC4A7 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 167 -
CMYK 0.21 0 0.15 0.23
HSL 137.56º 0.26% 0.69% -
HSV(B) 137.56º 0.21% 0.77% -
XYZ 40.23 49.24 43.94 -
YUV 180.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 155 196 167 0.21 0 0.15 0.23 137.56 0.26 0.69
Hex 9B C4 A7 15 0 F 17 8A 1A 45
Octal 233 304 247 25 0 17 27 212 32 105
Binary 10011011 11000100 10100111 10101 0 1111 10111 10001010 11010 1000101

Color Harmonies of #9BC4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4A7

Black with #9BC4A7

Text Example


Text Example

White with #9BC4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,167); }

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

background-color css

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

 a { background-color: rgb(155,196,167); }

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

border-color css

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

 span { border-color: rgb(155,196,167); }

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