#9BC7A4

Color #9BC7A4 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9BC7A4

Tints of Chinook #9BC7A4

Color information

#9BC7A4 (or 0x9BC7A4) is unknown color: approx Chinook. HEX triplet: 9B, C7 and A4. RGB value is (155,199,164). Sum of RGB (Red+Green+Blue) = 155+199+164=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC7A4 is #64385B. Grayscale: #B5B5B5. Windows color (decimal): -6568028 or 10799003. OLE color: 10799003.

HSL color Cylindrical-coordinate representation of color #9BC7A4: hue angle of 132.27º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC7A4 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB155199164-
CMYK0.2200.180.22
HSL132.27º28.21%69.41%-
HSV(B)132.27º22.11%78.04%-
XYZ40.6450.542.73-
YUV181.85117.92108.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=29.92%
G=38.42%
B=31.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991640.2200.180.22132.2728.2169.41
Hex9BC7A41601216841c45
Octal233307244260222620434105
Binary100110111100011110100100101100100101011010000100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,164); }

 H1.HeaderClassName
 {
   color: #9BC7A4;
 }
 .AnyTagClassName
 {
   color: #9BC7A4;
 }
</style>
background-color css

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

 a { background-color: rgb(155,199,164); }

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

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

 span { border-color: rgb(155,199,164); }

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