#9BD69D

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

Shades of Chinook #9BD69D

Tints of Chinook #9BD69D

Color information

#9BD69D (or 0x9BD69D) is unknown color: approx Chinook. HEX triplet: 9B, D6 and 9D. RGB value is (155,214,157). Sum of RGB (Red+Green+Blue) = 155+214+157=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD69D is #642962. Grayscale: #BEBEBE. Windows color (decimal): -6564195 or 10344091. OLE color: 10344091.

HSL color Cylindrical-coordinate representation of color #9BD69D: hue angle of 122.03º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD69D is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB155214157-
CMYK0.2800.270.16
HSL122.03º41.84%72.35%-
HSV(B)122.03º27.57%83.92%-
XYZ43.6557.540.7-
YUV189.86109.45103.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=29.47%
G=40.68%
B=29.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141570.2800.270.16122.0341.8472.35
Hex9BD69D1C01B107a2a48
Octal233326235340332017252110
Binary100110111101011010011101111000110111000011110101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,157); }

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

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

 a { background-color: rgb(155,214,157); }

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

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

 span { border-color: rgb(155,214,157); }

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