#9BC79F

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

Shades of Chinook #9BC79F

Tints of Chinook #9BC79F

Color information

#9BC79F (or 0x9BC79F) is unknown color: approx Chinook. HEX triplet: 9B, C7 and 9F. RGB value is (155,199,159). Sum of RGB (Red+Green+Blue) = 155+199+159=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC79F is #643860. Grayscale: #B5B5B5. Windows color (decimal): -6568033 or 10471323. OLE color: 10471323.

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

Color convert

RGB155199159-
CMYK0.2200.200.22
HSL125.45º28.21%69.41%-
HSV(B)125.45º22.11%78.04%-
XYZ40.250.3240.39-
YUV181.28115.42109.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 199 (78.12% from 255) = 38.79%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=30.21%
G=38.79%
B=30.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991590.2200.200.22125.4528.2169.41
Hex9BC79F16014167d1c45
Octal233307237260242617534105
Binary10011011110001111001111110110010100101101111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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